Home
last modified time | relevance | path

Searched refs:file_path (Results 1 – 3 of 3) sorted by relevance

/trusty/host/common/scripts/metrics_atoms_protoc_plugin/
Dmetrics_atoms_protoc_plugin.py351 file_path = pkg.split('/')
353 file_path.insert(0, 'include')
354 file_path.append(f"{proto_name}.{item['ext']}")
355 file.name = os.path.join(*file_path)
/trusty/vendor/google/aosp/scripts/
Dbuild.py182 file_path = os.path.join(root, f)
184 dest, os.path.relpath(file_path, start=src)
186 if os.path.islink(file_path):
188 zip_archive, archive_dest, os.readlink(file_path)
191 zip_archive.write(file_path, archive_dest)
381 file_path = os.path.join(root, f)
383 dest, os.path.relpath(file_path, start=src)
385 zip_archive.write(file_path, archive_dest)
/trusty/user/app/storage/
Dfile.c57 const char* file_path,
650 const char* file_path, in file_tree_lookup() argument
653 data_block_t hash = path_hash(tr, file_path); in file_tree_lookup()
658 assert(strlen(file_path) < sizeof(file_entry->info.path)); in file_tree_lookup()
672 block_tree_path_get_key(tree_path), file_path, hash); in file_tree_lookup()
694 found = !strcmp(file_path, file_entry->info.path); in file_tree_lookup()
837 const char* file_path) { in file_lookup_not_removed() argument
842 file_path, false); in file_lookup_not_removed()
845 pr_read("file %s, %" PRIu64 " in removed\n", file_path, in file_lookup_not_removed()
848 pr_read("file %s not in tr->fs->files\n", file_path); in file_lookup_not_removed()
[all …]