HomeSort by relevance Sort by last modified time
    Searched refs:local_file (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium_org/tools/gyp/samples/
samples 67 local_file = os.path.join(os.path.dirname(argv[0]), os.path.split(g)[1])
69 print 'Copying %s to %s' % (local_file, chrome_file)
70 shutil.copyfile(local_file, chrome_file)
72 print 'Copying %s to %s' % (chrome_file, local_file)
73 shutil.copyfile(chrome_file, local_file)
  /external/lldb/source/Plugins/Platform/MacOSX/
PlatformRemoteiOS.cpp 525 lldb_private::FileSpec local_file; local
531 local_file))
533 file_list.Append(local_file);
543 lldb_private::FileSpec &local_file)
556 local_file);
567 lldb_private::FileSpec &local_file)
581 local_file.SetFile(resolved_path, true);
582 if (local_file.Exists())
592 local_file.SetFile(resolved_path, true);
593 if (local_file.Exists()
681 FileSpec local_file; local
697 FileSpec local_file; local
    [all...]
PlatformMacOSX.cpp 163 FileSpec &local_file)
168 return m_remote_platform_sp->GetFile (platform_file, uuid_ptr, local_file);
172 local_file = platform_file;
PlatformMacOSX.h 73 lldb_private::FileSpec &local_file);
PlatformiOSSimulator.cpp 320 FileSpec &local_file)
338 local_file.SetFile(resolved_path, true);
339 if (local_file.Exists())
343 local_file.SetFile(platform_file_path, true);
344 if (local_file.Exists())
371 FileSpec local_file; local
373 error = GetFile (platform_file, module_spec.GetUUIDPtr(), local_file);
376 error = ResolveExecutable (local_file, module_spec.GetArchitecture(), module_sp, module_search_paths_ptr);
PlatformRemoteiOS.h 87 lldb_private::FileSpec &local_file);
153 lldb_private::FileSpec &local_file);
159 lldb_private::FileSpec &local_file);
PlatformiOSSimulator.h 85 lldb_private::FileSpec &local_file);
  /external/chromium_org/content/shell/browser/
shell_message_filter.h 44 void OnReadFileToString(const base::FilePath& local_file,
shell_browser_main.cc 72 base::FilePath local_file(wide_path_or_url);
74 base::FilePath local_file(path_or_url);
76 if (!base::PathExists(local_file)) {
77 local_file = content::GetWebKitRootDirFilePath()
78 .Append(FILE_PATH_LITERAL("LayoutTests")).Append(local_file);
80 test_url = net::FilePathToFileURL(base::MakeAbsoluteFilePath(local_file));
shell_message_filter.cc 61 void ShellMessageFilter::OnReadFileToString(const base::FilePath& local_file,
64 base::ReadFileToString(local_file, contents);
  /external/chromium_org/chrome/browser/resources/media/
webrtc_logs.js 40 if (upload['local_file'].length == 0) {
47 localFileLink.href = 'file://' + upload['local_file'];
50 upload['local_file']);
  /external/lldb/source/Plugins/Platform/Linux/
PlatformLinux.h 77 const UUID* uuid, FileSpec &local_file);
PlatformLinux.cpp 286 const UUID *uuid_ptr, FileSpec &local_file)
291 return m_remote_platform_sp->GetFile (platform_file, uuid_ptr, local_file);
295 local_file = platform_file;
  /external/lldb/source/Plugins/Platform/gdb-server/
PlatformRemoteGDBServer.h 78 lldb_private::FileSpec &local_file);
PlatformRemoteGDBServer.cpp 117 FileSpec &local_file)
120 local_file = platform_file;
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/
api_util.h 176 scoped_ptr<webkit_blob::ScopedFile> local_file,
181 scoped_ptr<webkit_blob::ScopedFile> local_file,
187 scoped_ptr<webkit_blob::ScopedFile> local_file,
api_util.cc 743 scoped_ptr<webkit_blob::ScopedFile> local_file,
750 local_file->Pass());
760 base::Passed(&local_file),
766 scoped_ptr<webkit_blob::ScopedFile> local_file,
774 callback.Run(error, std::string(), 0, base::Time(), local_file->Pass());
786 local_file->Pass());
792 const base::FilePath& local_file_path = local_file->path();
798 base::Passed(&local_file),
805 scoped_ptr<webkit_blob::ScopedFile> local_file,
817 local_file->Pass())
    [all...]
  /external/lldb/source/Plugins/Platform/FreeBSD/
PlatformFreeBSD.h 140 const lldb_private::UUID* uuid, lldb_private::FileSpec &local_file);
PlatformFreeBSD.cpp 559 FileSpec &local_file)
564 return m_remote_platform_sp->GetFile (platform_file, uuid_ptr, local_file);
568 local_file = platform_file;
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
android.py 587 local_file = source
588 if not '$(gyp_intermediate_dir)/' in local_file:
589 basename = os.path.basename(local_file)
590 local_file = '$(gyp_intermediate_dir)/' + basename
591 (root, ext) = os.path.splitext(local_file)
593 local_file = root + local_cpp_extension
594 if local_file != source:
595 self.WriteLn('%s: %s' % (local_file, self.LocalPathify(source)))
598 final_generated_sources.append(local_file)
    [all...]
  /external/lldb/source/Target/
Platform.cpp 85 FileSpec &local_file)
88 local_file = platform_file;
  /external/chromium_org/chrome/browser/chromeos/drive/
file_system_interface.h 73 // If the file content is available in local cache, |local_file| is filled with
75 // the server, |local_file| is empty.
77 const base::FilePath& local_file,
  /external/lldb/include/lldb/Target/
Platform.h 282 /// file patch in \a local_file as was in \a platform_file.
296 /// @param[out] local_file
309 FileSpec &local_file);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
dist.py 368 local_file = "setup.cfg"
369 if os.path.isfile(local_file):
370 files.append(local_file)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
dist.py 368 local_file = "setup.cfg"
369 if os.path.isfile(local_file):
370 files.append(local_file)
    [all...]

Completed in 583 milliseconds

1 2