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

  /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/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...]

Completed in 236 milliseconds