Searched refs:root_dir_path (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/executorch/examples/apple/coreml/scripts/ |
H A D | inspector_utils.py | 51 root_dir_path: Path, 57 root_dir_path / "cmake-out" / "examples" / "devtools" / "example_runner" 170 root_dir_path: Path, 177 root_dir_path / "cmake-out" / "examples" / "devtools" / "example_runner" 202 root_dir_path: Path, 227 root_dir_path=root_dir_path, 271 root_dir_path: Path, 286 root_dir_path=root_dir_path, 300 root_dir_path: Path, 310 root_dir_path=root_dir_path,
|
H A D | debugger_cli.py | 112 root_dir_path=get_root_dir_path(), 120 root_dir_path=get_root_dir_path(), 149 root_dir_path=get_root_dir_path(), conda_env_name=args.conda_environment_name
|
/aosp_15_r20/external/perfetto/src/base/ |
H A D | file_utils.cc | 286 std::string root_dir_path = dir_path; in ListFilesRecursive() local 287 if (root_dir_path.back() == '\\') { in ListFilesRecursive() 288 root_dir_path.back() = '/'; in ListFilesRecursive() 289 } else if (root_dir_path.back() != '/') { in ListFilesRecursive() 290 root_dir_path.push_back('/'); in ListFilesRecursive() 296 dir_queue.push_back(root_dir_path); in ListFilesRecursive() 327 PERFETTO_CHECK(full_path.length() > root_dir_path.length()); in ListFilesRecursive() 328 output.push_back(full_path.substr(root_dir_path.length())); in ListFilesRecursive() 346 PERFETTO_CHECK(full_path.length() > root_dir_path.length()); in ListFilesRecursive() 347 output.push_back(full_path.substr(root_dir_path.length())); in ListFilesRecursive()
|
/aosp_15_r20/external/google-cloud-java/owl-bot-postprocessor/synthtool/languages/ |
H A D | common.py | 25 root_dir_path = Path(root_dir) 27 snippet_metadata_files = get_sample_metadata_files(root_dir_path)
|
/aosp_15_r20/external/webrtc/tools_webrtc/presubmit_checks_lib/ |
H A D | check_orphan_headers.py | 48 def GetBuildGnPathFromFilePath(file_path, file_exists_check, root_dir_path): argument 65 while candidate_dir.startswith(root_dir_path):
|
/aosp_15_r20/external/jsoncpp/devtools/ |
H A D | antglob.py | 124 def glob_impl(root_dir_path): argument 125 child_dirs = [root_dir_path]
|