Home
last modified time | relevance | path

Searched refs:IsAbsolute (Results 1 – 25 of 88) sorted by relevance

1234

/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
Dpath_test.cc21 EXPECT_FALSE(p1.IsAbsolute()); in TEST()
24 EXPECT_TRUE(p2.IsAbsolute()); in TEST()
37 EXPECT_FALSE(empty.IsAbsolute()); in TEST()
41 EXPECT_FALSE(dot.IsAbsolute()); in TEST()
45 EXPECT_TRUE(root.IsAbsolute()); in TEST()
49 EXPECT_TRUE(abs_str.IsAbsolute()); in TEST()
53 EXPECT_FALSE(rel_str.IsAbsolute()); in TEST()
57 EXPECT_FALSE(self_str.IsAbsolute()); in TEST()
68 EXPECT_FALSE(empty.IsAbsolute()); in TEST()
72 EXPECT_FALSE(dot.IsAbsolute()); in TEST()
[all …]
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/memfs/
Dmem_fs.cc50 if (!path.IsAbsolute()) in FindNode()
141 if (!path.IsAbsolute()) in Mkdir()
260 if (!path.IsAbsolute()) in RemoveInternal()
/external/chromium_org/chrome/browser/extensions/api/file_system/
Dfile_system_api_unittest.cc165 EXPECT_FALSE(suggested_name.IsAbsolute()); in TEST_F()
173 EXPECT_FALSE(suggested_name.IsAbsolute()); in TEST_F()
183 EXPECT_FALSE(suggested_name.IsAbsolute()); in TEST_F()
/external/chromium_org/content/common/fileapi/
Dfile_system_util_unittest.cc141 EXPECT_TRUE(VirtualPath::IsAbsolute(FILE_PATH_LITERAL("/"))); in TEST_F()
142 EXPECT_TRUE(VirtualPath::IsAbsolute(FILE_PATH_LITERAL("/foo/bar"))); in TEST_F()
143 EXPECT_FALSE(VirtualPath::IsAbsolute(base::FilePath::StringType())); in TEST_F()
144 EXPECT_FALSE(VirtualPath::IsAbsolute(FILE_PATH_LITERAL("foo/bar"))); in TEST_F()
/external/chromium_org/media/base/
Dmedia_win.cc24 if (!module_dir.IsAbsolute()) in InitializeMediaLibraryInternal()
/external/chromium_org/chrome/browser/extensions/api/messaging/
Dnative_process_launcher_win.cc81 if (!manifest_path.IsAbsolute()) { in FindManifest()
102 if (!command_line.GetProgram().IsAbsolute()) { in LaunchNativeProcess()
/external/chromium_org/base/files/
Dfile_path_watcher.cc52 DCHECK(path.IsAbsolute()); in Watch()
Dfile_path_watcher_fsevents.cc53 if (component.IsAbsolute()) { in ResolvePath()
61 if (target.IsAbsolute()) in ResolvePath()
/external/chromium_org/net/url_request/
Dfile_protocol_handler.cc43 file_path.IsAbsolute()) { in MaybeCreateJob()
/external/chromium_org/components/storage_monitor/
Dmedia_storage_util.cc119 return !path.empty() && path.IsAbsolute() && !path.ReferencesParent(); in CanCreateFileSystem()
144 if (!path.IsAbsolute()) in GetDeviceInfoFromPath()
Dtest_storage_monitor.cc84 if (!path.IsAbsolute()) in GetStorageInfoForPath()
/external/chromium_org/chrome/test/base/
Dui_test_utils.cc302 if (!exe_dir.IsAbsolute()) in GetRelativeBuildDirectory()
304 if (!src_dir.IsAbsolute()) in GetRelativeBuildDirectory()
306 if (!exe_dir.IsAbsolute()) in GetRelativeBuildDirectory()
308 if (!src_dir.IsAbsolute()) in GetRelativeBuildDirectory()
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
Dpath.h28 bool IsAbsolute() const;
/external/chromium_org/apps/
Dlauncher.cc69 if (file_path->IsAbsolute()) in DoMakePathAbsolute()
77 if (!current_directory.IsAbsolute()) in DoMakePathAbsolute()
121 DCHECK(file_paths_[i].IsAbsolute()); in Launch()
/external/chromium_org/net/test/spawned_test_server/
Dbase_test_server.cc325 if (!certificates_dir_.IsAbsolute()) { in LoadTestRootCert()
376 if (certificate_path.IsAbsolute() && in GenerateArguments()
393 if (it->IsAbsolute() && !base::PathExists(*it)) { in GenerateArguments()
Dremote_test_server.cc164 if (document_root.IsAbsolute()) in Init()
/external/chromium_org/chrome/installer/util/
Dself_cleaning_temp_dir.cc49 DCHECK(parent_dir.IsAbsolute()); in Initialize()
/external/chromium_org/extensions/browser/
Dverified_contents_unittest.cc82 EXPECT_FALSE(foo_bar_html.IsAbsolute()); in TEST()
/external/chromium_org/chrome/common/extensions/api/storage/
Dstorage_schema_manifest_handler.cc45 if (file.IsAbsolute() || file.ReferencesParent()) { in GetSchema()
/external/chromium_org/net/base/
Dfilename_util_icu.cc33 if (path.empty() || path.IsAbsolute() || path.EndsWithSeparator()) in IsSafePortableRelativePath()
Dfilename_util.cc32 if (!path.IsAbsolute()) { in FilePathToFileURL()
/external/chromium_org/webkit/browser/fileapi/
Disolated_context.cc61 if (path.ReferencesParent() || !path.IsAbsolute()) in AddPath()
90 if (path.ReferencesParent() || !path.IsAbsolute()) in AddPathWithName()
231 if (path.ReferencesParent() || !path.IsAbsolute()) in RegisterFileSystemForPath()
/external/chromium_org/webkit/common/fileapi/
Dfile_system_util.h62 static bool IsAbsolute(const base::FilePath::StringType& path);
/external/chromium_org/content/browser/renderer_host/pepper/
Dpepper_flash_file_message_filter.cc274 if (pepper_path.path().IsAbsolute() && in ValidateAndConvertPepperFilePath()
282 if (!plugin_data_directory_.empty() && !pepper_path.path().IsAbsolute() && in ValidateAndConvertPepperFilePath()
/external/chromium_org/chrome/browser/extensions/
Dsandboxed_unpacker.cc676 if (path.IsAbsolute() || path.ReferencesParent()) { in RewriteImageFiles()
717 if (path_suffix.IsAbsolute() || path_suffix.ReferencesParent()) { in RewriteImageFiles()
788 if (relative_path.IsAbsolute() || relative_path.ReferencesParent()) { in RewriteCatalogFiles()

1234