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

  /bionic/tests/libs/
Android.build.dlext_testzip.mk 40 $(hide) (cd $(dir $@) && touch empty_file.txt && zip -rD0 $(notdir $@).unaligned empty_file.txt *.so)
  /external/chromium_org/chrome/browser/chromeos/drive/sync/
entry_update_performer.cc 63 base::FilePath empty_file; local
64 if (!base::CreateTemporaryFile(&empty_file))
66 error = cache->Store(local_id, std::string(), empty_file,
  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
download_operation.cc 131 base::FilePath empty_file; local
132 if (!base::CreateTemporaryFileInDir(temporary_file_directory, &empty_file))
134 error = cache->Store(local_id, std::string(), empty_file,
  /external/blktrace/btreplay/
btreplay.c 882 goto empty_file;
903 empty_file:
    [all...]
  /external/chromium_org/sdch/open-vcdiff/
Makefile.am 262 testdata/empty_file.txt \
  /external/chromium_org/chrome/browser/prerender/
prerender_browsertest.cc 3224 base::FilePath empty_file = ui_test_utils::GetTestFilePath( local
3243 base::FilePath empty_file = ui_test_utils::GetTestFilePath( local
4290 base::FilePath empty_file = ui_test_utils::GetTestFilePath( local
    [all...]
  /external/chromium_org/sdch/open-vcdiff/vsprojects/
vcdiff_test.bat 42 set EMPTY_FILE=%TESTDATA_DIR%\empty_file.txt
216 test -dictionary %EMPTY_FILE% ^

Completed in 146 milliseconds