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

  /external/e2fsprogs/lib/ss/
test_ss.c 34 static int source_file(const char *cmd_file, int sci_idx) function
129 exit_status = source_file(cmd_file, sci_idx);
  /bootable/recovery/applypatch/
applypatch.c 633 FileContents source_file; local
638 // We try to load the target file into the source_file object.
639 if (LoadFileContents(target_filename, &source_file,
641 if (memcmp(source_file.sha1, target_sha1, SHA_DIGEST_SIZE) == 0) {
650 if (source_file.data == NULL ||
655 free(source_file.data);
656 LoadFileContents(source_filename, &source_file,
660 if (source_file.data != NULL) {
661 int to_use = FindMatchingPatch(source_file.sha1,
669 free(source_file.data)
    [all...]
  /external/icu4c/tools/genprops/misc/
ucdcopy.py 153 for source_file in source_files:
154 basename = os.path.basename(source_file)
165 _unidata_files[basename](source_file, dest_file)
  /external/icu4c/tools/genprops/
ucdcopy.py 153 for source_file in source_files:
154 basename = os.path.basename(source_file)
165 _unidata_files[basename](source_file, dest_file)
  /external/chromium/chrome/browser/extensions/
crx_installer.h 88 // Install the crx in |source_file|.
89 void InstallCrx(const FilePath& source_file);
92 void InstallUserScript(const FilePath& source_file,
crx_installer.cc 146 void CrxInstaller::InstallCrx(const FilePath& source_file) {
147 source_file_ = source_file;
151 source_file,
161 void CrxInstaller::InstallUserScript(const FilePath& source_file,
165 source_file_ = source_file;
  /external/e2fsprogs/tests/progs/
test_icount.c 246 static int source_file(const char *cmd_file, int sci_idx) function
354 exit_status = source_file(cmd_file, sci_idx);
test_rel.c 662 static int source_file(const char *cmd_file, int sci_idx) function
756 exit_status = source_file(cmd_file, sci_idx);
  /external/chromium/base/files/
file_path_watcher_browsertest.cc 229 FilePath source_file(temp_dir_.path().AppendASCII("source"));
230 ASSERT_TRUE(WriteFile(source_file, "content"));
237 ASSERT_TRUE(file_util::Move(source_file, test_file()));
454 FilePath source_file(source_subdir.AppendASCII("file"));
461 ASSERT_TRUE(WriteFile(source_file, "content"));
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
rebaselineserver.py 297 for source_file in actual_result_files:
298 source_path = filesystem.join(test_results_directory, source_file)
299 destination_file = source_file.replace('-actual', '-expected')
  /external/chromium/chrome/browser/sync/syncable/
syncable.h     [all...]
syncable.cc     [all...]
  /external/clang/tools/c-index-test/
c-index-test.c 844 static int perform_file_scan(const char *ast_file, const char *source_file,
863 if ((fp = fopen(source_file, "r")) == NULL) {
864 fprintf(stderr, "Could not open '%s'\n", source_file);
868 file = clang_getFile(TU, source_file);
    [all...]
  /external/chromium/chrome/browser/sync/
profile_sync_service_autofill_unittest.cc 502 WriterTag writer, const char* source_file,
505 : WriteTransaction(directory, writer, source_file, line),
    [all...]
  /external/e2fsprogs/debugfs/
debugfs.c 2099 static int source_file(const char *cmd_file, int sci_idx) function
    [all...]
  /external/opencv/cxcore/src/
cxpersistence.cpp 238 const char* err_msg, const char* source_file, int source_line )
242 cvError( CV_StsParseError, func_name, buf, source_file, source_line );
    [all...]

Completed in 615 milliseconds