Home
last modified time | relevance | path

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

1234

/build/make/tools/aconfig/aflags/
DCargo.toml11 aconfig_protos = { path = "../aconfig_protos" } qkey
13 aconfig_storage_file = { version = "0.1.0", path = "../aconfig_storage_file" } qkey
14 aconfig_storage_read_api = { version = "0.1.0", path = "../aconfig_storage_read_api" } qkey
16 aconfig_device_paths = { version = "0.1.0", path = "../aconfig_device_paths" } qkey
/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/
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/soong/
Dvnames.json6 "path": "@1@" string
12 "path": "@1@" string
/build/make/tools/aconfig/aconfig/src/
Dmain.rs194 let path = root.join(&output_file.path); in write_output_file_realtive_to_dir() localVariable
240 let path = get_required_arg::<String>(sub_matches, "cache")?; in main() localVariable
279 let path = get_required_arg::<String>(sub_matches, "out")?; in main() localVariable
286 let path = get_required_arg::<String>(sub_matches, "out")?; in main() localVariable
300 let path = get_required_arg::<String>(sub_matches, "out")?; in main() localVariable
308 let path = get_required_arg::<String>(sub_matches, "out")?; in main() localVariable
/build/make/tools/aconfig/aconfig_storage_write_api/
DCargo.toml16 aconfig_storage_file = { path = "../aconfig_storage_file" } qkey
17 aconfig_storage_read_api = { path = "../aconfig_storage_read_api" } qkey
/build/make/tools/aconfig/aconfig/
DCargo.toml18 aconfig_protos = { path = "../aconfig_protos" } qkey
19 aconfig_storage_file = { path = "../aconfig_storage_file" } qkey
/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
/build/make/tools/ide_query/ide_query_proto/
Dide_query.proto64 string path = 1; field
73 string path = 1; field
/build/make/tools/aconfig/aconfig_device_paths/src/
Dlib.rs45 let mut path = PathBuf::from("/apex"); in parsed_flags_proto_paths() localVariable
/build/soong/testing/test_spec_proto/
Dtest_spec.proto25 optional string path = 2; field
/build/soong/bloaty/
Dbloaty_merger.py35 def parse_csv(path): argument
Dfile_sections.proto31 optional string path = 1; field
/build/soong/testing/code_metadata_proto/
Dcode_metadata.proto25 optional string path = 2; field
/build/bazel/rules/partitions/diff/
Dpartition_inspector.py38 def tree(debugfs, image, path='/', depth=0): argument
/build/soong/scripts/
Djsonmodify.py23 def follow_path(obj, path): argument
37 def ensure_path(obj, path): argument
/build/soong/testing/code_metadata_internal_proto/
Dcode_metadata_internal.proto25 optional string path = 2; field
/build/soong/android/team_proto/
Dteam.proto23 optional string path = 2; field
/build/bazel/ci/
Drbc_dashboard.py206 def cleanup_empty_files(path): argument
217 def dump_files_to_stderr(path): argument
/build/soong/cmd/release_config/release_config_lib/
Dflag_value.go25 path string member
/build/make/tools/aconfig/printflags/
DCargo.toml15 aconfig_protos = { path = "../aconfig_protos" } qkey
/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/make/tools/aconfig/aconfig_storage_read_api/
DCargo.toml16 aconfig_storage_file = { path = "../aconfig_storage_file" } qkey

1234