Searched defs:json_file_path (Results 1 – 8 of 8) sorted by relevance
21 const base::FilePath& json_file_path) in JSONFileValueSerializer()51 const base::FilePath& json_file_path, in JSONFileValueDeserializer()
20 const base::FilePath& json_file_path) in JSONFileValueSerializer()55 const base::FilePath& json_file_path, in JSONFileValueDeserializer()
39 static grpc_call_credentials* create_sts_creds(const char* json_file_path) { in create_sts_creds()
280 Value::Dict ParseJsonDictFromFile(const FilePath& json_file_path) { in ParseJsonDictFromFile()290 expected<void, WriteJsonError> WriteJsonFile(const FilePath& json_file_path, in WriteJsonFile()
240 def __init__(self, json_file_path): argument
145 def json_file_path(cls, value: pth.AnyPathLike) -> pth.LocalPath: member in PathParser