Home
last modified time | relevance | path

Searched defs:json_file_path (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/cronet/base/json/
H A Djson_file_value_serializer.cc21 const base::FilePath& json_file_path) in JSONFileValueSerializer()
51 const base::FilePath& json_file_path, in JSONFileValueDeserializer()
/aosp_15_r20/external/libchrome/base/json/
H A Djson_file_value_serializer.cc20 const base::FilePath& json_file_path) in JSONFileValueSerializer()
55 const base::FilePath& json_file_path, in JSONFileValueDeserializer()
/aosp_15_r20/external/cronet/base/test/
H A Dvalues_test_util.cc280 Value::Dict ParseJsonDictFromFile(const FilePath& json_file_path) { in ParseJsonDictFromFile()
290 expected<void, WriteJsonError> WriteJsonFile(const FilePath& json_file_path, in WriteJsonFile()
/aosp_15_r20/external/grpc-grpc/test/core/security/
H A Dfetch_oauth2.cc39 static grpc_call_credentials* create_sts_creds(const char* json_file_path) { in create_sts_creds()
/aosp_15_r20/external/pytorch/benchmarks/dynamo/microbenchmarks/
H A Doperator_inp_utils.py240 def __init__(self, json_file_path): argument