Home
last modified time | relevance | path

Searched defs:path_file (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/run_tests/sanity/
Dcheck_deprecated_grpc++.py127 path_file = os.path.join(root, filename) variable
170 path_file = os.path.join(root, filename) variable
/aosp_15_r20/external/grpc-grpc/tools/run_tests/sanity/
H A Dcheck_deprecated_grpc++.py138 path_file = os.path.join(root, filename) variable
183 path_file = os.path.join(root, filename) variable
/aosp_15_r20/external/autotest/client/site_tests/platform_PrinterPpds/
H A Darchiver.py136 def copy_file(self, prefix, name, path_file, apply_gzip=False): argument
153 def move_file(self, prefix, name, path_file, apply_gzip=False): argument
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/enc/avc/features/
H A Dencode_avc_vdenc_fullenc.cpp109 std::string path_file = outValue.Get<std::string>(); in Init() local
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/enc/av1/features/
H A Dencode_av1_vdenc_fullenc.cpp248 std::string path_file = outValue.Get<std::string>(); in EncodeFullencFuntion1() local
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/enc/hevc/features/
H A Dencode_hevc_vdenc_fullenc.cpp244 std::string path_file = outValue.Get<std::string>(); in EncodeFullencFuntion0() local
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/enc/shared/features/
H A Dencode_preenc_basic_feature.cpp1342 std::string path_file = outValue.Get<std::string>(); in EncodePreencBasicFuntion1() local
/aosp_15_r20/external/pytorch/torch/utils/
H A Dcpp_extension.py1498 def _remove_if_file_exists(path_file): argument