Home
last modified time | relevance | path

Searched refs:sub_path (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/base/
Dfileutils_mock.h98 std::string sub_path = path_iterator_->first; in IsDirectory() local
101 sub_path.find(Pathname::DefaultFolderDelimiter(), path_.size()); in IsDirectory()
105 std::string sub_path = path_iterator_->first; in Name() local
111 size_t end = sub_path.find(Pathname::DefaultFolderDelimiter(), start); in Name()
114 return sub_path.substr(start, end - start); in Name()
116 return sub_path.substr(start); in Name()
/external/autotest/client/site_tests/video_YouTubeMseEme/
Dvideo_YouTubeMseEme.py53 def load_javascript(self, sub_path): argument
59 full_path = os.path.join(os.path.dirname(__file__), sub_path)
/external/libchrome/base/files/
Dfile_path_watcher_unittest.cc392 FilePath sub_path(temp_dir_.path()); in TEST_F() local
395 sub_path = sub_path.AppendASCII(*d); in TEST_F()
396 ASSERT_TRUE(base::CreateDirectory(sub_path)); in TEST_F()
/external/squashfs-tools/squashfs-tools/
Dmksquashfs.c898 static inline void write_block_map_entry(char *sub_path, unsigned long long start_block, unsigned l… in write_block_map_entry() argument
915 if (sub_path[0] != '/') fprintf(block_map_file, "/"); in write_block_map_entry()
917 fprintf(block_map_file, "%s %lld\n", sub_path, round_start); in write_block_map_entry()
919 fprintf(block_map_file, "%s %lld-%lld\n", sub_path, round_start, round_end); in write_block_map_entry()
989 char *sub_path; in create_inode() local
1010 sub_path = subpathname(dir_ent); in create_inode()
1012 write_block_map_entry(sub_path, start_block, total_size, mount_point, block_map_file); in create_inode()
1021 char *sub_path; in create_inode() local
1050 sub_path = subpathname(dir_ent); in create_inode()
1052 write_block_map_entry(sub_path, start_block, total_size, mount_point, block_map_file); in create_inode()