OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:path_to_create
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/base/
file_util_win.cc
316
FilePath
path_to_create
;
local
327
path_to_create
= base_dir.Append(new_dir_name);
328
if (::CreateDirectory(
path_to_create
.value().c_str(), NULL)) {
329
*new_dir =
path_to_create
;
/external/chromium/base/
file_util_win.cc
625
FilePath
path_to_create
;
local
635
path_to_create
= base_dir.Append(new_dir_name);
636
if (::CreateDirectory(
path_to_create
.value().c_str(), NULL)) {
637
*new_dir =
path_to_create
;
[
all
...]
Completed in 4818 milliseconds