Home
last modified time | relevance | path

Searched defs:path (Results 1 – 25 of 77) sorted by relevance

1234

/build/soong/
Dvnames.json5 "path": "frameworks/base/services/core/@2@/android/server/am/@3@" string
11 "path": "frameworks/base/services/core/@2@/android/server/wm/@3@" string
18 "path": "@1@" string
24 "path": "@1@" string
/build/make/tools/
Dfileslist_util.py22 def PrintFileNames(path): argument
28 def PrintCanonicalList(path): argument
Dbuild-runfiles.cc204 void ScanTreeAndPrune(const std::string &path) { in ScanTreeAndPrune()
253 const std::string &path = it->first; in CreateFiles() local
281 FileType DentryToFileType(const std::string &path, struct dirent *ent) { in DentryToFileType()
306 void LStatOrDie(const std::string &path, struct stat *st) { in LStatOrDie()
312 void StatOrDie(const std::string &path, struct stat *st) { in StatOrDie()
318 void ReadLinkOrDie(const std::string &path, std::string *output) { in ReadLinkOrDie()
328 void EnsureDirReadAndWritePerms(const std::string &path) { in EnsureDirReadAndWritePerms()
340 bool DelTree(const std::string &path, FileType file_type) { in DelTree()
/build/make/tools/atree/
Dfs.cpp21 is_dir(const string& path) in is_dir()
30 remove_file(const string& path) in remove_file()
42 remove_recursively(const string& path) in remove_recursively()
102 mkdir_recursively(const string& path) in mkdir_recursively()
146 strip_file(const string& path) in strip_file()
/build/make/tools/aconfig/aconfig/src/
Dmain.rs327 let path = root.join(&output_file.path); in write_output_file_realtive_to_dir() localVariable
382 let path = get_required_arg::<String>(sub_matches, "cache")?; in main() localVariable
434 let path = get_required_arg::<String>(sub_matches, "out")?; in main() localVariable
441 let path = get_required_arg::<String>(sub_matches, "out")?; in main() localVariable
455 let path = get_required_arg::<String>(sub_matches, "out")?; in main() localVariable
468 let path = get_required_arg::<String>(sub_matches, "out")?; in main() localVariable
/build/soong/cmd/source_tree_size/
Dsource_tree.proto21 optional string path = 1; field
/build/make/tools/releasetools/merge/
Dtest_merge_utils.py32 def createEmptyFile(path): argument
38 def createEmptyFolder(path): argument
Dtest_merge_compatibility_checks.py45 def write_temp_file(path, data=''): argument
Dmerge_compatibility_checks.py123 def get_file(partition, path): argument
/build/make/tools/aconfig/aconfig_device_paths/src/
Dlib.rs47 let mut path = PathBuf::from("/apex"); in parsed_flags_proto_paths() localVariable
/build/soong/bloaty/
Dbloaty_merger.py35 def parse_csv(path): argument
Dfile_sections.proto31 optional string path = 1; field
/build/bazel/rules/partitions/diff/
Dpartition_inspector.py38 def tree(debugfs, image, path='/', depth=0): argument
/build/make/tools/dependency_mapper/tests/src/com/android/dependencymapper/
DClassRelevancyFilterTest.java41 Path path = Paths.get(CLASSES_JAR_PATH); in testClassRelevancyFilter() local
DJavaSourceAnalyzerTest.java38 Path path = Paths.get(SOURCES_RSP_PATH); in beforeClass() local
DClassDependencyAnalyzerTest.java42 Path path = Paths.get(CLASSES_JAR_PATH); in beforeClass() local
/build/make/tools/ide_query/cc_analyzer_proto/
Dcc_analyzer.proto65 string path = 1; field
74 string path = 1; field
/build/soong/android/team_proto/
Dteam.proto23 optional string path = 2; field
/build/soong/scripts/
Djsonmodify.py23 def follow_path(obj, path): argument
37 def ensure_path(obj, path): argument
Dconv_linker_config.py30 def LoadJsonMessage(path): argument
/build/soong/cmd/release_config/release_config_lib/
Dflag_value.go25 path string member
/build/bazel/ci/
Drbc_dashboard.py206 def cleanup_empty_files(path): argument
217 def dump_files_to_stderr(path): argument
/build/make/tools/warn/
Dwarn_common.py224 def find_this_file_and_android_root(path): argument
288 def remove_android_root_prefix(path, android_root): argument
295 def normalize_path(path, flags, android_root=None): argument
/build/soong/cc/
Dtest_data_test.go27 path string member
/build/soong/cmd/fileslist/
Dfileslist.go54 path string // host side path. member

1234