Searched refs:platform_file_path (Results 1 – 8 of 8) sorted by relevance
/external/lldb/source/Plugins/Platform/MacOSX/ |
D | PlatformRemoteiOS.cpp | 519 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 …]
|
D | PlatformiOSSimulator.cpp | 323 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()
|
D | PlatformRemoteiOS.h | 147 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/ |
D | quota_reservation.cc | 53 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/ |
D | local_file_util.cc | 120 base::FilePath* platform_file_path) { in GetFileInfo() argument 131 *platform_file_path = file_path; in GetFileInfo()
|
D | obfuscated_file_util.cc | 144 base::FilePath platform_file_path; in Next() local 148 &file_info, ¤t_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()
|
D | obfuscated_file_util.h | 259 base::FilePath* platform_file_path);
|
/external/chromium_org/content/browser/fileapi/ |
D | file_system_dir_url_request_job_unittest.cc | 227 base::FilePath* platform_file_path) { in GetFileInfo() argument 231 file_info, platform_file_path); in GetFileInfo()
|