HomeSort by relevance Sort by last modified time
    Searched refs:directory_contents (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/tools/telemetry/telemetry/core/platform/
desktop_platform_backend.py 44 directory_contents = os.listdir(directory)
45 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...]
  /external/chromium_org/chrome/browser/
shell_integration_linux.cc 181 // with |directory_filename| and |directory_contents|, and stores the shortcut
186 const std::string& directory_contents) {
196 directory_contents.data(),
197 directory_contents.length());
199 if (bytes_written != static_cast<int>(directory_contents.length()))
875 std::string directory_contents; local
878 directory_contents = ShellIntegrationLinux::GetDirectoryFileContents(
894 shortcut_filename, contents, directory_filename, directory_contents) &&
    [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 964 FilePath directory_contents = temp_dir_.path(); local
987 FilePath directory_contents = subdir_path; local
    [all...]

Completed in 232 milliseconds