/aosp_15_r20/external/flatbuffers/tests/fuzzer/ |
H A D | flatbuffers_annotator_fuzzer.cc | 12 bool TestFileExists(std::filesystem::path file_path) { in TestFileExists() 26 const auto file_path = exe_path_.parent_path() / file_name; in LoadBinarySchema() local
|
H A D | flatbuffers_monster_fuzzer.cc | 47 bool TestFileExists(fs::path file_path) { in TestFileExists() 59 const auto file_path = exe_path_.parent_path() / file_name; in LoadBinarySchema() local
|
/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/ops/gen/common/ |
H A D | controller.cc | 37 const void Controller::WriteFile(const string& file_path, in WriteFile() 55 const string file_path = io::JoinPath(dir, file_name); in InitializeOpApi() local
|
/aosp_15_r20/external/cronet/base/apple/ |
H A D | mach_logging.cc | 38 MachLogMessage::MachLogMessage(const char* file_path, in MachLogMessage() 61 BootstrapLogMessage::BootstrapLogMessage(const char* file_path, in BootstrapLogMessage()
|
/aosp_15_r20/external/angle/build/android/pylib/results/ |
H A D | json_results.py | 177 def GenerateJsonResultsFile(test_run_result, file_path, global_tags=None, argument 195 def GenerateJsonTestResultFormatFile(test_run_result, interrupted, file_path, argument
|
/aosp_15_r20/external/cronet/build/android/pylib/results/ |
H A D | json_results.py | 177 def GenerateJsonResultsFile(test_run_result, file_path, global_tags=None, argument 195 def GenerateJsonTestResultFormatFile(test_run_result, interrupted, file_path, argument
|
/aosp_15_r20/system/core/trusty/test/driver/ |
H A D | trusty_driver_test.py | 22 def ReadFile(file_path): argument 27 def WriteFile(file_path, s): argument
|
/aosp_15_r20/hardware/google/pixel/thermal/utils/ |
D | thermal_files.cpp | 52 std::string file_path = getThermalFilePath(std::string_view(thermal_name)); in readThermalFile() local 77 std::string file_path = in writeCdevFile() local
|
/aosp_15_r20/frameworks/base/core/jni/ |
H A D | fd_utils.cpp | 191 const std::string file_path; member in FileDescriptorInfo 270 std::string file_path; in CreateFromFd() local 408 FileDescriptorInfo::FileDescriptorInfo(struct stat stat, const std::string& file_path, in FileDescriptorInfo()
|
/aosp_15_r20/external/perfetto/src/profiling/symbolizer/ |
H A D | breakpad_symbolizer.cc | 37 std::string file_path; in MakeFilePath() local 66 std::string file_path; in Symbolize() local
|
H A D | breakpad_parser.cc | 35 std::optional<std::string> GetFileContents(const std::string& file_path) { in GetFileContents() 64 BreakpadParser::BreakpadParser(const std::string& file_path) in BreakpadParser()
|
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/test_actions/ |
D | agsa_acts.py | 50 def _initiate_agsa_ota(self, file_path, destination=None, force=True): argument 117 def initiate_agsa_and_wait_until_transfer(self, file_path, destination=None, argument
|
/aosp_15_r20/external/armnn/samples/ObjectDetection/test/delegate/ |
H A D | ArmnnDelegateNetworkExecutorTest.cpp | 35 string file_path = GetResourceFilePath("ssd_mobilenet_v1.tflite"); variable 83 string file_path = GetResourceFilePath("yolo_v3_tiny_darknet_fp32.tflite"); variable
|
/aosp_15_r20/external/chromium-trace/catapult/dependency_manager/dependency_manager/ |
H A D | exceptions.py | 23 def __init__(self, file_path): argument 28 def __init__(self, file_path): argument
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/sysprops/ |
D | sysprops_module.cc | 47 std::string file_path = os::ParameterProvider::SyspropsFilePath(); in Start() local 66 void SyspropsModule::parse_config(std::string file_path) { in parse_config()
|
/aosp_15_r20/external/cronet/net/base/ |
H A D | filename_util.cc | 58 bool FileURLToFilePath(const GURL& url, base::FilePath* file_path) { in FileURLToFilePath() 164 base::FilePath* file_path) { in GenerateSafeFileName()
|
/aosp_15_r20/system/core/fs_mgr/ |
H A D | blockdev.cpp | 87 static Result<uint32_t> BlockDeviceQueueDepth(const std::string& file_path) { in BlockDeviceQueueDepth() 130 const std::string& file_path) { in ConfigureQueueDepth()
|
/aosp_15_r20/external/icing/icing/file/ |
H A D | memory-mapped-file-backed-proto-log.h | 195 const std::string& file_path) { in Create() 207 const Filesystem& filesystem, const std::string& file_path) { in Delete()
|
/aosp_15_r20/external/perfetto/src/traceconv/ |
H A D | main.cc | 130 const char* file_path = positional_args[1]; in Main() local 155 const char* file_path = positional_args[2]; in Main() local
|
/aosp_15_r20/external/autotest/server/cros/multimedia/ |
H A D | video_facade_adapter.py | 57 def prepare_playback(self, file_path, fullscreen=True): argument 95 def prepare_arc_playback(self, file_path, fullscreen=True): argument
|
/aosp_15_r20/art/tools/common/ |
H A D | common.py | 244 def WriteLines(self, file_path, lines): argument 330 def WriteLines(self, file_path, lines): argument 411 def WriteLines(self, file_path, lines): argument
|
/aosp_15_r20/external/autotest/client/cros/multimedia/ |
H A D | video_facade.py | 69 def prepare_playback(self, file_path, fullscreen=True): argument 126 def prepare_arc_playback(self, file_path, fullscreen=True): argument
|
/aosp_15_r20/system/extras/simpleperf/ |
H A D | dso_test.cpp | 224 const std::string file_path = GetUrlInApk(GetTestData(APK_FILE), NATIVELIB_IN_APK); in TEST() local 394 std::string file_path = GetTestData("not_exist_file"); in TEST() local 404 std::string file_path = GetTestData("not_exist_file"); in TEST() local
|
/aosp_15_r20/external/cronet/net/test/url_request/ |
H A D | url_request_test_job_backed_by_file.cc | 52 const base::FilePath& file_path, in URLRequestTestJobBackedByFile() 158 URLRequestTestJobBackedByFile::FetchMetaInfo(const base::FilePath& file_path) { in FetchMetaInfo()
|
/aosp_15_r20/external/libchrome/base/metrics/ |
H A D | persistent_memory_allocator_unittest.cc | 727 FilePath file_path = temp_dir.GetPath().AppendASCII("persistent_memory"); in TEST() local 787 FilePath file_path = temp_dir.GetPath().AppendASCII("extend_test"); in TEST() local 853 FilePath file_path = temp_dir.GetPath().AppendASCII(filename); in TEST() local 934 FilePath file_path = temp_dir.GetPath().AppendASCII("truncate_test"); in TEST_F() local
|