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

/external/chromium_org/tools/gyp/samples/
H A 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/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformRemoteiOS.cpp525 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
541 GetFileInSDK(const char *platform_file_path, uint32_t sdk_idx, lldb_private::FileSpec &local_file) argument
564 GetFileInSDKRoot(const char *platform_file_path, const char *sdkroot_path, bool symbols_dirs_only, lldb_private::FileSpec &local_file) argument
610 GetSymbolFile(const FileSpec &platform_file, const UUID *uuid_ptr, FileSpec &local_file) argument
681 FileSpec local_file; local
697 FileSpec local_file; local
[all...]
H A DPlatformMacOSX.cpp163 FileSpec &local_file)
168 return m_remote_platform_sp->GetFile (platform_file, uuid_ptr, local_file);
172 local_file = platform_file;
161 GetFile(const FileSpec &platform_file, const UUID *uuid_ptr, FileSpec &local_file) argument
H A DPlatformiOSSimulator.cpp320 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);
318 GetFile(const FileSpec &platform_file, const UUID *uuid_ptr, FileSpec &local_file) argument
H A DPlatformRemoteiOS.h87 lldb_private::FileSpec &local_file);
153 lldb_private::FileSpec &local_file);
159 lldb_private::FileSpec &local_file);
H A DPlatformMacOSX.h73 lldb_private::FileSpec &local_file);
H A DPlatformiOSSimulator.h85 lldb_private::FileSpec &local_file);
/external/chromium_org/content/shell/browser/
H A Dshell_browser_main.cc72 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));
H A Dshell_message_filter.h46 void OnReadFileToString(const base::FilePath& local_file,
H A Dshell_message_filter.cc68 void ShellMessageFilter::OnReadFileToString(const base::FilePath& local_file, argument
71 base::ReadFileToString(local_file, contents);
/external/lldb/source/Plugins/Platform/Linux/
H A DPlatformLinux.h77 const UUID* uuid, FileSpec &local_file);
H A DPlatformLinux.cpp286 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;
285 GetFile(const FileSpec &platform_file, const UUID *uuid_ptr, FileSpec &local_file) argument
/external/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.h140 const lldb_private::UUID* uuid, lldb_private::FileSpec &local_file);
H A DPlatformFreeBSD.cpp559 FileSpec &local_file)
564 return m_remote_platform_sp->GetFile (platform_file, uuid_ptr, local_file);
568 local_file = platform_file;
557 GetFile(const FileSpec &platform_file, const UUID *uuid_ptr, FileSpec &local_file) argument
/external/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h78 lldb_private::FileSpec &local_file);
H A DPlatformRemoteGDBServer.cpp117 FileSpec &local_file)
120 local_file = platform_file;
115 GetFile(const FileSpec &platform_file, const UUID *uuid_ptr, FileSpec &local_file) argument
/external/chromium_org/tools/gyp/pylib/gyp/generator/
H A 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/Target/
H A DPlatform.cpp85 FileSpec &local_file)
88 local_file = platform_file;
83 GetFile(const FileSpec &platform_file, const UUID *uuid_ptr, FileSpec &local_file) argument
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dfile_system_interface.h74 // If the file content is available in local cache, |local_file| is filled with
76 // the server, |local_file| is empty.
78 const base::FilePath& local_file,
/external/lldb/include/lldb/Target/
H A DPlatform.h282 /// file patch in \a local_file as was in \a platform_file.
296 /// @param[out] local_file
309 FileSpec &local_file);
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Dfake_drive_service_helper.cc46 const base::FilePath& local_file) {
44 DownloadResultCallback(GDataErrorCode* error_out, GDataErrorCode error, const base::FilePath& local_file) argument

Completed in 1671 milliseconds