Searched refs:sub_path (Results 1 – 7 of 7) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/tools/mkowners/ |
D | mkowners.py | 127 def full_dir(rules_dir, sub_path): argument 128 return os.path.join(rules_dir, sub_path) if rules_dir != '.' else sub_path
|
/external/grpc-grpc/tools/mkowners/ |
D | mkowners.py | 130 def full_dir(rules_dir, sub_path): argument 131 return os.path.join(rules_dir, sub_path) if rules_dir != '.' else sub_path
|
/external/autotest/client/bin/result_tools/ |
D | utils.py | 173 sub_path = os.path.dirname(summary_file).replace( 175 if sub_path == '': 178 folders = sub_path.split(os.sep)
|
/external/libchrome/base/files/ |
D | file_path_watcher_unittest.cc | 376 FilePath sub_path(temp_dir_.GetPath()); in TEST_F() local 379 sub_path = sub_path.AppendASCII(*d); in TEST_F() 380 ASSERT_TRUE(base::CreateDirectory(sub_path)); in TEST_F()
|
/external/icing/icing/legacy/index/ |
D | icing-filesystem.cc | 617 std::string sub_path = std::string(path) + '/' + *i; in GetDiskUsage() local 618 uint64_t sub_usage = GetDiskUsage(sub_path.c_str()); in GetDiskUsage()
|
/external/icing/icing/file/ |
D | filesystem.cc | 713 std::string sub_path = std::string(path) + '/' + *i; in GetDiskUsage() local 714 uint64_t sub_usage = GetDiskUsage(sub_path.c_str()); in GetDiskUsage()
|
/external/squashfs-tools/squashfs-tools/ |
D | mksquashfs.c | 939 static inline void write_block_map_entry(char *sub_path, unsigned long long start_block, unsigned l… in write_block_map_entry() argument 956 if (sub_path[0] != '/') fprintf(block_map_file, "/"); in write_block_map_entry() 958 fprintf(block_map_file, "%s %lld\n", sub_path, round_start); in write_block_map_entry() 960 fprintf(block_map_file, "%s %lld-%lld\n", sub_path, round_start, round_end); in write_block_map_entry() 1030 char *sub_path; in create_inode() local 1051 sub_path = subpathname(dir_ent); in create_inode() 1053 write_block_map_entry(sub_path, start_block, total_size, mount_point, block_map_file); in create_inode() 1062 char *sub_path; in create_inode() local 1091 sub_path = subpathname(dir_ent); in create_inode() 1093 write_block_map_entry(sub_path, start_block, total_size, mount_point, block_map_file); in create_inode()
|