Home
last modified time | relevance | path

Searched refs:CreateFilePathValue (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libchrome/base/
H A Dvalue_conversions.h21 BASE_EXPORT std::unique_ptr<Value> CreateFilePathValue(
H A Dvalue_conversions.cc35 std::unique_ptr<Value> CreateFilePathValue(const FilePath& in_value) { in CreateFilePathValue() function