Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Platform/MacOSX/
DPlatformRemoteiOS.cpp519 PlatformRemoteiOS::FindFileInAllSDKs (const char *platform_file_path, in FindFileInAllSDKs() argument
522 if (platform_file_path && platform_file_path[0] && UpdateSDKDirectoryInfosInNeeded()) in FindFileInAllSDKs()
529 if (GetFileInSDK (platform_file_path, in FindFileInAllSDKs()
541 PlatformRemoteiOS::GetFileInSDK (const char *platform_file_path, in GetFileInSDK() argument
553 return GetFileInSDKRoot (platform_file_path, in GetFileInSDK()
564 PlatformRemoteiOS::GetFileInSDKRoot (const char *platform_file_path, in GetFileInSDKRoot() argument
569 if (sdkroot_path && sdkroot_path[0] && platform_file_path && platform_file_path[0]) in GetFileInSDKRoot()
579 platform_file_path); in GetFileInSDKRoot()
590 platform_file_path); in GetFileInSDKRoot()
599 platform_file_path); in GetFileInSDKRoot()
[all …]
DPlatformiOSSimulator.cpp323 char platform_file_path[PATH_MAX]; in GetFile() local
324 if (platform_file.GetPath(platform_file_path, sizeof(platform_file_path))) in GetFile()
335 platform_file_path); in GetFile()
343 local_file.SetFile(platform_file_path, true); in GetFile()
349 platform_file_path, in GetFile()
DPlatformRemoteiOS.h147 FindFileInAllSDKs (const char *platform_file_path,
151 GetFileInSDK (const char *platform_file_path,
156 GetFileInSDKRoot (const char *platform_file_path,
/external/chromium_org/content/browser/renderer_host/pepper/
Dquota_reservation.cc53 base::FilePath platform_file_path; in OpenFile() local
57 url, &platform_file_path); in OpenFile()
64 platform_file_path = url.path(); in OpenFile()
68 quota_reservation_->GetOpenFileHandle(platform_file_path); in OpenFile()
/external/chromium_org/storage/browser/fileapi/
Dlocal_file_util.cc120 base::FilePath* platform_file_path) { in GetFileInfo() argument
131 *platform_file_path = file_path; in GetFileInfo()
Dobfuscated_file_util.cc144 base::FilePath platform_file_path; in Next() local
148 &file_info, &current_platform_file_info_, &platform_file_path); in Next()
396 base::FilePath* platform_file_path) { in GetFileInfo() argument
406 file_info, platform_file_path); in GetFileInfo()
991 base::FilePath* platform_file_path) { in GetFileInfoInternal() argument
995 DCHECK(platform_file_path); in GetFileInfoInternal()
1007 *platform_file_path = base::FilePath(); in GetFileInfoInternal()
1022 *platform_file_path = local_path; in GetFileInfoInternal()
Dobfuscated_file_util.h259 base::FilePath* platform_file_path);
/external/chromium_org/content/browser/fileapi/
Dfile_system_dir_url_request_job_unittest.cc227 base::FilePath* platform_file_path) { in GetFileInfo() argument
231 file_info, platform_file_path); in GetFileInfo()