OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sub_dir
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/base/
os_compat_android_unittest.cc
23
FilePath
sub_dir
= tmp_dir.Append("XX");
local
24
std::string sub_dir_string =
sub_dir
.value();
file_util_posix.cc
560
FilePath
sub_dir
= base_dir.Append(name_tmpl);
local
561
std::string sub_dir_string =
sub_dir
.value();
/external/chromium_org/extensions/common/
extension_resource_unittest.cc
54
base::FilePath
sub_dir
= inner_dir.AppendASCII("subdir");
local
55
ASSERT_TRUE(base::CreateDirectory(
sub_dir
));
/external/chromium/chrome/browser/ui/web_applications/
web_app_ui.cc
171
const wchar_t*
sub_dir
;
member in struct:__anon2446::__anon2447
200
if (locations[i].
sub_dir
!= NULL)
201
path = path.Append(locations[i].
sub_dir
);
/external/chromium/chrome/browser/
shell_integration_win.cc
114
const wchar_t*
sub_dir
;
member in struct:__anon2135::__anon2136
138
if (kLocations[i].
sub_dir
)
139
path = path.Append(kLocations[i].
sub_dir
);
/external/chromium_org/chrome/browser/
shell_integration_win.cc
144
const wchar_t*
sub_dir
;
member in struct:__anon5604::__anon5605
168
if (kLocations[i].
sub_dir
)
169
path = path.Append(kLocations[i].
sub_dir
);
/external/chromium_org/chrome/browser/sync/test/integration/
sync_extension_helper.cc
308
const base::FilePath
sub_dir
= base::FilePath().AppendASCII(name);
local
315
if (!base::CreateTemporaryDirInDir(base_dir,
sub_dir
.value(),
/external/chromium_org/chrome/browser/ui/web_applications/
web_app_ui.cc
239
const wchar_t*
sub_dir
;
member in struct:__anon6401::__anon6402
263
if (locations[i].
sub_dir
!= NULL)
264
path = path.Append(locations[i].
sub_dir
);
/external/chromium/base/
file_util_posix.cc
457
FilePath
sub_dir
= base_dir.Append(name_tmpl);
local
458
std::string sub_dir_string =
sub_dir
.value();
/external/chromium_org/chrome/browser/chromeos/login/
wallpaper_manager.cc
83
// Returns custom wallpaper directory by appending corresponding |
sub_dir
|.
84
base::FilePath GetCustomWallpaperDir(const char*
sub_dir
) {
88
return custom_wallpaper_dir.Append(
sub_dir
);
91
bool MoveCustomWallpaperDirectory(const char*
sub_dir
,
94
base::FilePath base_path = GetCustomWallpaperDir(
sub_dir
);
214
const char*
sub_dir
,
217
base::FilePath custom_wallpaper_path = GetCustomWallpaperDir(
sub_dir
);
553
const char*
sub_dir
= (resolution == ash::WALLPAPER_RESOLUTION_SMALL) ?
local
559
sub_dir
= kOriginalWallpaperSubDir;
560
base::FilePath wallpaper_path = GetCustomWallpaperDir(
sub_dir
);
652
const char*
sub_dir
= (resolution == ash::WALLPAPER_RESOLUTION_SMALL) ?
local
[
all
...]
Completed in 364 milliseconds