OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AbsolutePath
(Results
1 - 20
of
20
) sorted by null
/external/chromium/chrome/common/extensions/
extension_resource.cc
45
if (!file_util::
AbsolutePath
(&clean_extension_root))
52
// We also check if the path exists because the posix version of
AbsolutePath
54
// Windows... So until the posix and Windows version of
AbsolutePath
are
56
// TODO(mad): Fix this once
AbsolutePath
is unified.
57
if (file_util::
AbsolutePath
(&full_path) &&
extension_resource_unittest.cc
82
ASSERT_TRUE(file_util::
AbsolutePath
(&expected_path));
/external/chromium/base/test/
test_file_util_posix.cc
40
if (!
AbsolutePath
(&real_to_path))
44
if (!
AbsolutePath
(&real_to_path))
/external/chromium/chrome/browser/
shell_integration.cc
37
if (file_util::
AbsolutePath
(&user_data_dir) &&
/external/chromium/webkit/glue/
webfileutilities_impl.cc
91
file_util::
AbsolutePath
(&file_path);
/external/chromium/chrome/browser/history/
redirect_uitest.cc
147
ASSERT_TRUE(file_util::
AbsolutePath
(&first_path));
188
ASSERT_TRUE(file_util::
AbsolutePath
(¤t_path));
/external/chromium/chrome/browser/net/
url_fixer_upper_unittest.cc
412
ASSERT_TRUE(file_util::
AbsolutePath
(&full_path));
449
ASSERT_TRUE(file_util::
AbsolutePath
(&full_path));
url_fixer_upper.cc
109
if (!file_util::
AbsolutePath
(&file_path))
/external/chromium/base/
file_util.cc
253
if (!file_util::
AbsolutePath
(&abs_parent) ||
254
!file_util::
AbsolutePath
(&abs_child))
258
// file_util::
AbsolutePath
() does not flatten case on Windows, so we must do
266
// file_util::
AbsolutePath
() normalizes '/' to '\' on Windows, so we only need
file_util_posix.cc
85
bool
AbsolutePath
(FilePath* path) {
236
if (!
AbsolutePath
(&real_to_path))
240
if (!
AbsolutePath
(&real_to_path))
244
if (!
AbsolutePath
(&real_from_path))
path_service.cc
216
// this to the absolute path because on POSIX,
AbsolutePath
fails if called
225
if (!file_util::
AbsolutePath
(&file_path))
file_util.h
60
BASE_API bool
AbsolutePath
(FilePath* path);
file_util_win.cc
80
bool
AbsolutePath
(FilePath* path) {
[
all
...]
/external/chromium/chrome/browser/extensions/
extension_creator.cc
40
if (!file_util::
AbsolutePath
(&absolute_extension_dir)) {
extension_browsertest.cc
75
file_util::
AbsolutePath
(&extension_path);
extension_service_unittest.cc
[
all
...]
extension_service.cc
226
file_util::
AbsolutePath
(&extension_path);
[
all
...]
/external/chromium/chrome/browser/sync/util/
user_settings.cc
130
file_util::
AbsolutePath
(&dst_syncdata_path);
/external/chromium/chrome/common/
sandbox_policy.cc
133
file_util::
AbsolutePath
(&directory);
/external/chromium/chrome/browser/sync/syncable/
syncable.cc
388
file_util::
AbsolutePath
(&db_path);
[
all
...]
Completed in 2073 milliseconds