Home
last modified time | relevance | path

Searched defs:info_path (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/libchrome/build/android/gyp/util/
H A Djar_info_utils.py16 def ParseJarInfoFile(info_path): argument
35 def WriteJarInfoFile(info_path, info_data, source_file_map=None): argument
/aosp_15_r20/external/angle/build/android/gyp/util/
H A Djar_info_utils.py16 def ReadAarSourceInfo(info_path): argument
23 def ParseJarInfoFile(info_path): argument
/aosp_15_r20/external/cronet/build/android/gyp/util/
H A Djar_info_utils.py16 def ReadAarSourceInfo(info_path): argument
23 def ParseJarInfoFile(info_path): argument
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dgenerator.cc191 std::string info_path = basename + ".proto.h.meta"; in Generate() local
210 std::string info_path = basename + ".pb.h.meta"; in Generate() local
H A Dfile.cc254 const std::string& info_path) { in GenerateProtoHeader()
292 const std::string& info_path) { in GeneratePBHeader()
1230 const std::string& info_path) { in GenerateMetadataPragma()
/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dgenerator.cc191 std::string info_path = basename + ".proto.h.meta"; in Generate() local
210 std::string info_path = basename + ".pb.h.meta"; in Generate() local
H A Dfile.cc254 const std::string& info_path) { in GenerateProtoHeader()
292 const std::string& info_path) { in GeneratePBHeader()
1232 const std::string& info_path) { in GenerateMetadataPragma()
/aosp_15_r20/external/bazelbuild-rules_license/tests/
H A Dlicense_test_utils.py11 def load_licenses_info(info_path): argument
/aosp_15_r20/external/cronet/build/android/gyp/
H A Dcompile_resources.py619 def _CreateResourceInfoFile(path_info, info_path, dependencies_res_zips): argument
/aosp_15_r20/external/angle/build/android/gyp/
H A Dcompile_resources.py620 def _CreateResourceInfoFile(path_info, info_path, dependencies_res_zips): argument
/aosp_15_r20/device/google/cuttlefish/host/libs/config/
Dconfig_flag.cpp180 auto info_path = in FindAndroidInfoConfig() local
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/mgmt/src/
Dmigrate.rs545 let info_path = entry.unwrap_or_default(); in migrate_bluez_devices() localVariable