Searched defs:json_file_path (Results 1 – 5 of 5) 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()
280 Value::Dict ParseJsonDictFromFile(const FilePath& json_file_path) { in ParseJsonDictFromFile()290 expected<void, WriteJsonError> WriteJsonFile(const FilePath& json_file_path, in WriteJsonFile()
39 static grpc_call_credentials* create_sts_creds(const char* json_file_path) { in create_sts_creds()
240 def __init__(self, json_file_path): argument