Searched refs:json_file_path (Results 1 – 3 of 3) sorted by relevance
20 const base::FilePath& json_file_path) in JSONFileValueSerializer() argument21 : json_file_path_(json_file_path) { in JSONFileValueSerializer()55 const base::FilePath& json_file_path, in JSONFileValueDeserializer() argument57 : json_file_path_(json_file_path), options_(options), last_read_size_(0U) {} in JSONFileValueDeserializer()
22 explicit JSONFileValueSerializer(const base::FilePath& json_file_path);52 explicit JSONFileValueDeserializer(const base::FilePath& json_file_path,
38 static grpc_call_credentials* create_sts_creds(const char* json_file_path) { in create_sts_creds() argument40 if (strlen(json_file_path) == 0) { in create_sts_creds()49 "load_file", grpc_load_file(json_file_path, 1, &sts_options_slice))); in create_sts_creds()