OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:createdirectory
(Results
226 - 250
of
371
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/chrome/browser/ui/libgtk2ui/
app_indicator_icon.cc
205
if (!base::
CreateDirectory
(new_file_path))
/external/chromium_org/chrome/browser/ui/views/app_list/win/
app_list_service_win.cc
207
!base::
CreateDirectory
(shortcut_file.DirName())) {
/external/chromium_org/chrome/browser/ui/views/
select_file_dialog_extension_browsertest.cc
100
base::
CreateDirectory
(downloads_dir_);
/external/chromium_org/chrome/utility/extensions/
unpacker.cc
172
if (!base::
CreateDirectory
(temp_install_dir_)) {
/external/chromium_org/cloud_print/gcp20/prototype/
print_job_handler.cc
221
!base::
CreateDirectory
(directory)) {
/external/chromium_org/components/policy/core/common/cloud/
resource_cache.cc
224
return allow_create ? base::
CreateDirectory
(*path) :
/external/chromium_org/content/browser/download/
base_file.cc
156
base::
CreateDirectory
(new_path.DirName());
/external/chromium_org/content/browser/fileapi/
file_system_operation_impl_write_unittest.cc
243
file_system_context_->operation_runner()->
CreateDirectory
(
/external/chromium_org/content/child/fileapi/
file_system_dispatcher.cc
243
void FileSystemDispatcher::
CreateDirectory
(
/external/chromium_org/net/disk_cache/simple/
simple_index_file_unittest.cc
90
return base::
CreateDirectory
(index_file_.DirName());
/external/chromium_org/net/tools/crash_cache/
crash_cache.cc
126
return base::
CreateDirectory
(*full_path);
/external/chromium_org/remoting/host/setup/
daemon_controller_delegate_linux.cc
226
!base::
CreateDirectory
(config_dir)) {
/external/chromium_org/storage/browser/fileapi/
file_system_operation_runner.h
64
OperationID
CreateDirectory
(const FileSystemURL& url,
sandbox_origin_database.cc
118
if (!base::
CreateDirectory
(file_system_directory_))
/external/chromium_org/testing/gtest/include/gtest/internal/
gtest-filepath.h
149
// exist. Not named "
CreateDirectory
" because that's a macro on Windows.
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-filepath.h
153
// exist. Not named "
CreateDirectory
" because that's a macro on Windows.
/external/chromium_org/tools/gn/
ninja_build_writer.cc
111
base::
CreateDirectory
(ninja_file.DirName());
/external/gtest/include/gtest/internal/
gtest-filepath.h
149
// exist. Not named "
CreateDirectory
" because that's a macro on Windows.
/external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-filepath.h
153
// exist. Not named "
CreateDirectory
" because that's a macro on Windows.
/external/mesa3d/src/gtest/include/gtest/internal/
gtest-filepath.h
153
// exist. Not named "
CreateDirectory
" because that's a macro on Windows.
/external/protobuf/gtest/include/gtest/internal/
gtest-filepath.h
153
// exist. Not named "
CreateDirectory
" because that's a macro on Windows.
/frameworks/support/tests/java/android/support/v4/provider/
DocumentFileTest.java
232
final DocumentFile newDir = meow.
createDirectory
("My New Directory.png");
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-filepath.h
149
// exist. Not named "
CreateDirectory
" because that's a macro on Windows.
/external/chromium_org/chrome/browser/chromeos/drive/
file_cache_unittest.cc
41
ASSERT_TRUE(base::
CreateDirectory
(metadata_dir));
42
ASSERT_TRUE(base::
CreateDirectory
(cache_files_dir_));
file_system.cc
444
void FileSystem::
CreateDirectory
(
473
create_directory_operation_->
CreateDirectory
(
[
all
...]
Completed in 4805 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>