/external/chromium_org/tools/telemetry/telemetry/core/platform/ |
desktop_platform_backend.py | 28 directory_contents = os.listdir(directory) 29 for item in directory_contents:
|
/ndk/sources/host-tools/make-3.81/ |
dir.c | 215 struct directory_contents 248 struct directory_contents const *key = (struct directory_contents const *) key_0; 271 struct directory_contents const *key = (struct directory_contents const *) key_0; 306 struct directory_contents const *x = (struct directory_contents const *) xv; 307 struct directory_contents const *y = (struct directory_contents const *) yv; 339 static struct hash_table directory_contents; 213 struct directory_contents struct 337 static struct hash_table directory_contents; variable in typeref:struct:hash_table [all...] |
ChangeLog | [all...] |
/external/chromium_org/chrome/browser/ |
shell_integration_linux.cc | 182 // with |directory_filename| and |directory_contents|, and stores the shortcut 187 const std::string& directory_contents) { 197 directory_contents.data(), 198 directory_contents.length()); 200 if (bytes_written != static_cast<int>(directory_contents.length())) 893 std::string directory_contents; local 900 directory_contents = ShellIntegrationLinux::GetDirectoryFileContents( [all...] |
/external/chromium/base/ |
file_util_unittest.cc | 690 FilePath directory_contents = temp_dir_.path(); local 691 directory_contents = directory_contents.Append(FPL("*")); 694 EXPECT_TRUE(file_util::Delete(directory_contents, false)); 699 EXPECT_TRUE(file_util::Delete(directory_contents, true)); 713 FilePath directory_contents = subdir_path; local 714 directory_contents = directory_contents.Append(FPL("*")); 717 EXPECT_TRUE(file_util::Delete(directory_contents, false)); 721 EXPECT_TRUE(file_util::Delete(directory_contents, true)) [all...] |
/external/chromium_org/base/ |
file_util_unittest.cc | 856 FilePath directory_contents = temp_dir_.path(); local 857 directory_contents = directory_contents.Append(FPL("*")); 860 EXPECT_TRUE(DeleteFile(directory_contents, false)); 865 EXPECT_TRUE(DeleteFile(directory_contents, true)); 879 FilePath directory_contents = subdir_path; local 880 directory_contents = directory_contents.Append(FPL("*")); 883 EXPECT_TRUE(DeleteFile(directory_contents, false)); 887 EXPECT_TRUE(DeleteFile(directory_contents, true)) [all...] |
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/ |
main_scripts.js | 83 //<include src="directory_contents.js"/>
|
/external/chromium_org/chrome/browser/resources/file_manager/ |
main.html | 96 <script src="foreground/js/directory_contents.js"></script>
|