HomeSort by relevance Sort by last modified time
    Searched refs:source_file (Results 1 - 15 of 15) 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 35 static int GenerateTarget(FileContents* source_file,
738 FileContents source_file; local
740 source_file.data = NULL;
744 // We try to load the target file into the source_file object.
745 if (LoadFileContents(target_filename, &source_file,
747 if (memcmp(source_file.sha1, target_sha1, SHA_DIGEST_SIZE) == 0) {
753 free(source_file.data);
758 if (source_file.data == NULL ||
763 free(source_file.data);
764 source_file.data = NULL
    [all...]
  /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/checkpolicy/
policy_scan.l 42 char source_file[PATH_MAX];
275 if (source_file[0])
277 source_file, source_lineno);
291 if (source_file[0])
293 source_file, source_lineno);
307 strncpy(source_file, name, sizeof(source_file)-1);
308 source_file[sizeof(source_file)-1] = '\0';
  /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/clang/tools/c-index-test/
c-index-test.c     [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 1703 milliseconds