Home
last modified time | relevance | path

Searched refs:local_file (Results 1 – 21 of 21) sorted by relevance

/external/lldb/source/Plugins/Platform/MacOSX/
DPlatformRemoteiOS.cpp525 lldb_private::FileSpec local_file; in FindFileInAllSDKs() local
531 local_file)) in FindFileInAllSDKs()
533 file_list.Append(local_file); in FindFileInAllSDKs()
543 lldb_private::FileSpec &local_file) in GetFileInSDK() argument
556 local_file); in GetFileInSDK()
567 lldb_private::FileSpec &local_file) in GetFileInSDKRoot() argument
581 local_file.SetFile(resolved_path, true); in GetFileInSDKRoot()
582 if (local_file.Exists()) in GetFileInSDKRoot()
592 local_file.SetFile(resolved_path, true); in GetFileInSDKRoot()
593 if (local_file.Exists()) in GetFileInSDKRoot()
[all …]
DPlatformiOSSimulator.cpp320 FileSpec &local_file) in GetFile() argument
338 local_file.SetFile(resolved_path, true); in GetFile()
339 if (local_file.Exists()) in GetFile()
343 local_file.SetFile(platform_file_path, true); in GetFile()
344 if (local_file.Exists()) in GetFile()
371 FileSpec local_file; in GetSharedModule() local
373 error = GetFile (platform_file, module_spec.GetUUIDPtr(), local_file); in GetSharedModule()
376 …error = ResolveExecutable (local_file, module_spec.GetArchitecture(), module_sp, module_search_pat… in GetSharedModule()
DPlatformMacOSX.cpp163 FileSpec &local_file) in GetFile() argument
168 return m_remote_platform_sp->GetFile (platform_file, uuid_ptr, local_file); in GetFile()
172 local_file = platform_file; in GetFile()
DPlatformRemoteiOS.h87 lldb_private::FileSpec &local_file);
153 lldb_private::FileSpec &local_file);
159 lldb_private::FileSpec &local_file);
DPlatformMacOSX.h73 lldb_private::FileSpec &local_file);
DPlatformiOSSimulator.h85 lldb_private::FileSpec &local_file);
/external/chromium_org/tools/gyp/samples/
Dsamples67 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/chromium_org/content/shell/browser/
Dshell_browser_main.cc72 base::FilePath local_file(wide_path_or_url); in GetURLForLayoutTest() local
74 base::FilePath local_file(path_or_url); in GetURLForLayoutTest() local
76 if (!base::PathExists(local_file)) { in GetURLForLayoutTest()
77 local_file = content::GetWebKitRootDirFilePath() in GetURLForLayoutTest()
78 .Append(FILE_PATH_LITERAL("LayoutTests")).Append(local_file); in GetURLForLayoutTest()
80 test_url = net::FilePathToFileURL(base::MakeAbsoluteFilePath(local_file)); in GetURLForLayoutTest()
Dshell_message_filter.cc68 void ShellMessageFilter::OnReadFileToString(const base::FilePath& local_file, in OnReadFileToString() argument
71 base::ReadFileToString(local_file, contents); in OnReadFileToString()
Dshell_message_filter.h46 void OnReadFileToString(const base::FilePath& local_file,
/external/chromium_org/tools/gyp/pylib/gyp/generator/
Dandroid.py554 local_file = source
555 if not '$(gyp_intermediate_dir)/' in local_file:
556 basename = os.path.basename(local_file)
557 local_file = '$(gyp_intermediate_dir)/' + basename
558 (root, ext) = os.path.splitext(local_file)
560 local_file = root + local_cpp_extension
561 if local_file != source:
562 self.WriteLn('%s: %s' % (local_file, self.LocalPathify(source)))
565 final_generated_sources.append(local_file)
/external/lldb/source/Plugins/Platform/Linux/
DPlatformLinux.cpp286 const UUID *uuid_ptr, FileSpec &local_file) in GetFile() argument
291 return m_remote_platform_sp->GetFile (platform_file, uuid_ptr, local_file); in GetFile()
295 local_file = platform_file; in GetFile()
DPlatformLinux.h77 const UUID* uuid, FileSpec &local_file);
/external/lldb/source/Plugins/Platform/FreeBSD/
DPlatformFreeBSD.cpp559 FileSpec &local_file) in GetFile() argument
564 return m_remote_platform_sp->GetFile (platform_file, uuid_ptr, local_file); in GetFile()
568 local_file = platform_file; in GetFile()
DPlatformFreeBSD.h140 const lldb_private::UUID* uuid, lldb_private::FileSpec &local_file);
/external/lldb/source/Plugins/Platform/gdb-server/
DPlatformRemoteGDBServer.cpp117 FileSpec &local_file) in GetFile() argument
120 local_file = platform_file; in GetFile()
DPlatformRemoteGDBServer.h78 lldb_private::FileSpec &local_file);
/external/lldb/source/Target/
DPlatform.cpp85 FileSpec &local_file) in GetFile() argument
88 local_file = platform_file; in GetFile()
/external/chromium_org/chrome/browser/chromeos/drive/
Dfile_system_interface.h78 const base::FilePath& local_file,
/external/lldb/include/lldb/Target/
DPlatform.h309 FileSpec &local_file);
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
Dfake_drive_service_helper.cc46 const base::FilePath& local_file) { in DownloadResultCallback() argument