Home
last modified time | relevance | path

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

/aosp_15_r20/external/libchrome/base/
H A Dvalue_conversions.h23 BASE_EXPORT bool GetValueAsFilePath(const Value& value, FilePath* file_path);
H A Dvalue_conversions.cc39 bool GetValueAsFilePath(const Value& value, FilePath* file_path) { in GetValueAsFilePath() function