Searched refs:platform_file_path (Results 1 - 8 of 8) sorted by relevance

/external/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformRemoteiOS.cpp519 PlatformRemoteiOS::FindFileInAllSDKs (const char *platform_file_path, argument
522 if (platform_file_path && platform_file_path[0] && UpdateSDKDirectoryInfosInNeeded())
529 if (GetFileInSDK (platform_file_path,
541 PlatformRemoteiOS::GetFileInSDK (const char *platform_file_path, argument
553 return GetFileInSDKRoot (platform_file_path,
564 PlatformRemoteiOS::GetFileInSDKRoot (const char *platform_file_path, argument
569 if (sdkroot_path && sdkroot_path[0] && platform_file_path && platform_file_path[0])
579 platform_file_path);
615 char platform_file_path[PATH_MAX]; local
694 char platform_file_path[PATH_MAX]; local
[all...]
H A DPlatformRemoteiOS.h147 FindFileInAllSDKs (const char *platform_file_path,
151 GetFileInSDK (const char *platform_file_path,
156 GetFileInSDKRoot (const char *platform_file_path,
H A DPlatformiOSSimulator.cpp323 char platform_file_path[PATH_MAX]; local
324 if (platform_file.GetPath(platform_file_path, sizeof(platform_file_path)))
335 platform_file_path);
343 local_file.SetFile(platform_file_path, true);
349 platform_file_path,
/external/chromium_org/content/browser/renderer_host/pepper/
H A Dquota_reservation.cc53 base::FilePath platform_file_path; local
57 url, &platform_file_path);
64 platform_file_path = url.path();
68 quota_reservation_->GetOpenFileHandle(platform_file_path);
/external/chromium_org/storage/browser/fileapi/
H A Dlocal_file_util.cc120 base::FilePath* platform_file_path) {
131 *platform_file_path = file_path;
116 GetFileInfo( FileSystemOperationContext* context, const FileSystemURL& url, base::File::Info* file_info, base::FilePath* platform_file_path) argument
H A Dobfuscated_file_util.cc144 base::FilePath platform_file_path; variable
148 &file_info, &current_platform_file_info_, &platform_file_path);
396 base::FilePath* platform_file_path) {
406 file_info, platform_file_path);
991 base::FilePath* platform_file_path) {
995 DCHECK(platform_file_path);
1007 *platform_file_path = base::FilePath();
1022 *platform_file_path = local_path;
392 GetFileInfo( FileSystemOperationContext* context, const FileSystemURL& url, base::File::Info* file_info, base::FilePath* platform_file_path) argument
984 GetFileInfoInternal( SandboxDirectoryDatabase* db, FileSystemOperationContext* context, const FileSystemURL& url, FileId file_id, FileInfo* local_info, base::File::Info* file_info, base::FilePath* platform_file_path) argument
H A Dobfuscated_file_util.h259 base::FilePath* platform_file_path);
/external/chromium_org/content/browser/fileapi/
H A Dfile_system_dir_url_request_job_unittest.cc227 base::FilePath* platform_file_path) {
231 file_info, platform_file_path);
225 GetFileInfo(const base::FilePath& path, base::File::Info* file_info, base::FilePath* platform_file_path) argument

Completed in 214 milliseconds