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

  /external/chromium_org/tools/telemetry/telemetry/core/platform/
desktop_platform_backend.py 25 directory_contents = os.listdir(directory)
26 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 193 // with |directory_filename| and |directory_contents|, and stores the shortcut
198 const std::string& directory_contents) {
208 directory_contents.data(),
209 directory_contents.length());
211 if (bytes_written != static_cast<int>(directory_contents.length()))
957 std::string directory_contents; local
    [all...]
  /external/chromium_org/base/
file_util_unittest.cc 855 FilePath directory_contents = temp_dir_.path(); local
856 directory_contents = directory_contents.Append(FPL("*"));
859 EXPECT_TRUE(DeleteFile(directory_contents, false));
864 EXPECT_TRUE(DeleteFile(directory_contents, true));
878 FilePath directory_contents = subdir_path; local
879 directory_contents = directory_contents.Append(FPL("*"));
882 EXPECT_TRUE(DeleteFile(directory_contents, false));
886 EXPECT_TRUE(DeleteFile(directory_contents, true))
    [all...]

Completed in 410 milliseconds