HomeSort by relevance Sort by last modified time
    Searched refs:file_name (Results 126 - 150 of 240) sorted by null

1 2 3 4 56 7 8 910

  /external/chromium/base/
file_util_unittest.cc 657 FilePath file_name = temp_dir_.path().Append(FPL("Test DeleteFile 1.txt")); local
658 CreateTextFile(file_name, bogus_content);
659 ASSERT_TRUE(file_util::PathExists(file_name));
662 EXPECT_TRUE(file_util::Delete(file_name, false));
663 EXPECT_FALSE(file_util::PathExists(file_name));
666 file_name = temp_dir_.path().Append(FPL("Test DeleteFile 2.txt"));
667 CreateTextFile(file_name, bogus_content);
668 ASSERT_TRUE(file_util::PathExists(file_name));
671 EXPECT_TRUE(file_util::Delete(file_name, true));
672 EXPECT_FALSE(file_util::PathExists(file_name));
681 FilePath file_name = temp_dir_.path().Append(FPL("Test DeleteWildCard.txt")); local
733 FilePath file_name = test_subdir.Append(FPL("Test DeleteDir.txt")); local
763 FilePath file_name = test_subdir.Append(FPL("Test DeleteDirRecursive.txt")); local
1208 FilePath file_name = temp_dir_.path().Append(L"Test File.txt"); local
    [all...]
file_util.h 518 bool Initialize(const FilePath& file_name);
526 bool InitializeAsImageSection(const FilePath& file_name);
537 bool MapFileToMemory(const FilePath& file_name);
  /external/srec/srec/test/SRecTest/src/
SRecTest.c 1174 LCHAR file_name [P_PATH_MAX]; local
1349 LCHAR file_name [P_PATH_MAX]; local
1377 LCHAR file_name [P_PATH_MAX]; local
1858 LCHAR file_name [P_PATH_MAX]; local
1916 LCHAR file_name [P_PATH_MAX]; local
    [all...]
  /external/bluetooth/bluez/tools/
hciattach_ti.c 114 static FILE *bts_load_script(const char* file_name, uint32_t* version)
119 fp = fopen(file_name, "rb");
131 fprintf(stderr, "%s not a legal TI firmware file\n", file_name);
  /external/chromium/app/sql/
connection.h 283 bool OpenInternal(const std::string& file_name);
connection.cc 329 bool Connection::OpenInternal(const std::string& file_name) {
335 int err = sqlite3_open(file_name.c_str(), &db_);
  /external/chromium/chrome/browser/sync/util/
user_settings.cc 116 share_query.prepare(handle, "SELECT share_name, file_name FROM shares");
119 FilePath::StringType share_name, file_name; local
122 file_name = share_query.column_string(1);
125 file_name = share_query.column_wstring(1);
128 const FilePath& src_syncdata_path = FilePath(file_name);
  /external/gtest/include/gtest/internal/
gtest-internal.h 563 const char* const file_name = file == NULL ? "unknown file" : file; local
565 return String::Format("%s:", file_name);
568 return String::Format("%s(%d):", file_name, line);
570 return String::Format("%s:%d:", file_name, line);
    [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-internal.h 562 const char* const file_name = file == NULL ? "unknown file" : file; local
564 return String::Format("%s:", file_name);
567 return String::Format("%s(%d):", file_name, line);
569 return String::Format("%s:%d:", file_name, line);
    [all...]
  /external/qemu/elff/
elf_file.cc 201 address_info->file_name = info.file_name;
205 address_info->file_name = NULL;
266 desc->file_name;
  /ndk/sources/host-tools/ndk-stack/elff/
elf_file.cc 201 address_info->file_name = info.file_name;
205 address_info->file_name = NULL;
266 desc->file_name;
  /external/srec/srec/test/SRecTestAudio/src/
SRecTestAudio.c 1162 LCHAR file_name [P_PATH_MAX]; local
1264 LCHAR file_name [P_PATH_MAX]; local
1292 LCHAR file_name [P_PATH_MAX]; local
1465 LCHAR file_name [P_PATH_MAX]; local
1618 LCHAR file_name [P_PATH_MAX]; local
1676 LCHAR file_name [P_PATH_MAX]; local
    [all...]
  /cts/tools/utils/cts/
tools.py 154 def Write(self, file_name):
160 file_name: The name of the file into which the test plan should be written.
171 stream = open(file_name, 'w')
  /external/bluetooth/glib/tests/
shell-test.c 187 const char *file_name,
204 fprintf (stderr, "FAIL: check failed in %s, line %d\n", file_name, line_number);
  /external/chromium/chrome/browser/
browser_encoding_uitest.cc 57 const char* file_name; member in struct:EncodingTestData
102 kEncodingTestDatas[i].file_name);
236 // Full path of saved file. full_file_name = save_dir_ + file_name[i];
  /external/chromium/chrome/browser/search_engines/
template_url_parser_unittest.cc 33 // Parses the OpenSearch description document at file_name (relative to
37 void ParseFile(const std::string& file_name,
43 full_path = full_path.AppendASCII(file_name);
  /external/gtest/src/
gtest-filepath.cc 148 const FilePath file_name(
152 return ConcatPaths(directory, file_name);
  /external/mesa3d/src/glsl/
glsl_compiler.cpp 76 load_text_file(void *ctx, const char *file_name)
81 int fd = open(file_name, O_RDONLY);
  /external/valgrind/tsan/
ts_util.h 340 string ReadFileToString(const string &file_name, bool die_if_failed);
345 // Sets the contents of the file 'file_name' to 'str'.
346 void OpenFileWriteStringAndClose(const string &file_name, const string &str);
  /external/webkit/Tools/Scripts/
run-qtwebkit-tests 175 def set_test_file_name(self, file_name):
176 self._test_file_name = file_name
231 for file_name in filtered_path:
233 r.set_test_file_name(file_name)
  /frameworks/base/tests/DumpRenderTree/assets/
run_reliability_tests.py 46 def RemoveDeviceFile(adb_cmd, file_name):
47 shell_cmd_str = adb_cmd + " shell rm " + file_name
  /ndk/sources/host-tools/ndk-stack/
ndk-stack-parser.c 350 pc_info.routine_name, pc_info.dir_name, pc_info.file_name,
354 pc_info.routine_name, pc_info.file_name, pc_info.line_number);
  /external/valgrind/main/coregrind/m_aspacemgr/
aspacemgr-aix5.c 1004 (_dir).file_name = (_segt)->fname; \
2446 UChar* file_name; local
    [all...]
  /external/bison/src/
scan-skel.c 965 char const *file_name = skel_text + sizeof "@output " - 1; variable
972 if (*file_name == '@')
974 if (strcmp (file_name, "@output_header_name@") == 0)
975 file_name = spec_defines_file;
976 else if (strcmp (file_name, "@output_parser_name@") == 0)
977 file_name = parser_file_name;
986 outname = xstrdup (file_name);
    [all...]
  /frameworks/media/libvideoeditor/osal/src/
M4OSA_FileCommon.c 267 err = M4OSA_fileCommonGetFilename(pUrl, &pFileContext->file_name);
491 free(pFileContext->file_name);
492 pFileContext->file_name = M4OSA_NULL;

Completed in 1692 milliseconds

1 2 3 4 56 7 8 910