HomeSort by relevance Sort by last modified time
    Searched refs:source_file (Results 26 - 50 of 52) sorted by null

12 3

  /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/chromium_org/chrome/browser/extensions/
crx_installer.cc 174 void CrxInstaller::InstallCrx(const base::FilePath& source_file) {
179 source_file_ = source_file;
182 new SandboxedUnpacker(source_file,
195 void CrxInstaller::InstallUserScript(const base::FilePath& source_file,
199 source_file_ = source_file;
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
filesystem_mock.py 394 for source_file in self.files:
395 if source_file.startswith(source):
396 destination_path = self.join(destination, self.relpath(source_file, source))
398 self.files[destination_path] = self.files[source_file]
  /external/chromium_org/ppapi/
generate_ppapi_size_checks.py 66 kind,name,size,arch_dependent,source_file,start_line,end_line
73 - source_file: The source file in which the type is defined.
78 [self.kind, self.name, self.size, arch_dependent_string, source_file,
83 self.source_location = SourceLocation(source_file,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_tarfile.py 876 source_file = os.path.join(tempdir,'source')
878 with open(source_file,'w') as f:
880 os.symlink(source_file, target_file)
882 tar.add(source_file, arcname=os.path.basename(source_file))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_tarfile.py 876 source_file = os.path.join(tempdir,'source')
878 with open(source_file,'w') as f:
880 os.symlink(source_file, target_file)
882 tar.add(source_file, arcname=os.path.basename(source_file))
    [all...]
  /art/runtime/
monitor.cc     [all...]
monitor.h 147 const char*& source_file, uint32_t& line_number) const
thread.cc 820 const char* source_file(mh.GetDeclaringClassSourceFile());
821 os << "(" << (source_file != NULL ? source_file : "unavailable")
1436 const char* source_file = mh.GetDeclaringClassSourceFile(); local
    [all...]
debugger.h 154 static JDWP::JdwpError GetSourceFile(JDWP::RefTypeId ref_type_id, std::string& source_file)
  /external/chromium/chrome/browser/sync/syncable/
syncable.h     [all...]
  /external/chromium_org/base/files/
file_path_watcher_browsertest.cc 243 FilePath source_file(temp_dir_.path().AppendASCII("source"));
244 ASSERT_TRUE(WriteFile(source_file, "content"));
251 ASSERT_TRUE(base::Move(source_file, test_file()));
556 FilePath source_file(source_subdir.AppendASCII("file"));
563 ASSERT_TRUE(WriteFile(source_file, "content"));
  /external/chromium_org/ppapi/native_client/
chrome_main.scons 257 source_file = open(str(source[0]), 'r')
258 obj = json.load(source_file)
259 source_file.close()
  /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_org/tools/gyp/pylib/gyp/
common.py 443 with open(source_path) as source_file:
444 source = source_file.readlines()
  /external/e2fsprogs/tests/progs/
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_org/tools/json_schema_compiler/
h_generator.py 39 .Append(cpp_util.GENERATED_FILE_MESSAGE % self._namespace.source_file)
ppapi_generator.py 35 source_file: The name of the input file.
84 'source_file': self._namespace.source_file,
cc_generator.py 42 .Append(cpp_util.GENERATED_FILE_MESSAGE % self._namespace.source_file)
    [all...]
  /art/runtime/jdwp/
jdwp_handler.cc 484 std::string source_file; local
485 JdwpError status = Dbg::GetSourceFile(refTypeId, source_file);
489 expandBufAddUtf8String(pReply, source_file);
    [all...]
  /external/chromium_org/chrome/browser/chromeos/extensions/
external_cache.cc 145 OnDamagedFileDetected(installer->source_file());
  /external/chromium_org/third_party/lcov/bin/
lcov     [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/clang/tools/c-index-test/
c-index-test.c     [all...]

Completed in 620 milliseconds

12 3