Searched refs:MakeDirectory (Results 26 - 33 of 33) sorted by relevance

12

/external/chromium_org/ppapi/proxy/
H A Dfile_ref_resource.cc133 int32_t FileRefResource::MakeDirectory( function in class:ppapi::proxy::FileRefResource
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/pepper/
H A Dall_interfaces.h57 METHOD3(FileRefInterface, int32_t, MakeDirectory, PP_Resource, PP_Bool,
/external/chromium_org/v8/src/
H A Dd8-posix.cc609 void Shell::MakeDirectory(const v8::FunctionCallbackInfo<v8::Value>& args) { function in class:v8::Shell
713 FunctionTemplate::New(isolate, MakeDirectory));
H A Dd8.h348 static void MakeDirectory(const v8::FunctionCallbackInfo<v8::Value>& args);
/external/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_internal_file_ref_backend.cc93 int32_t PepperInternalFileRefBackend::MakeDirectory( function in class:content::PepperInternalFileRefBackend
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/fake_ppapi/
H A Dfake_pepper_interface_html5_fs.cc502 int32_t FakeFileRefInterface::MakeDirectory(PP_Resource directory_ref, function in class:FakeFileRefInterface
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
H A Dpnacl_shim.c513 return iface->MakeDirectory(directory_ref, make_ancestors, *callback);
567 return iface->MakeDirectory(directory_ref, make_ancestors, *callback);
631 return iface->MakeDirectory(directory_ref, make_directory_flags, *callback);
4421 .MakeDirectory = (int32_t (*)(PP_Resource directory_ref, PP_Bool make_ancestors, struct PP_CompletionCallback callback))&Pnacl_M14_PPB_FileRef_MakeDirectory,
4434 .MakeDirectory = (int32_t (*)(PP_Resource directory_ref, PP_Bool make_ancestors, struct PP_CompletionCallback callback))&Pnacl_M28_PPB_FileRef_MakeDirectory,
4449 .MakeDirectory = (int32_t (*)(PP_Resource directory_ref, int32_t make_directory_flags, struct PP_CompletionCallback callback))&Pnacl_M34_PPB_FileRef_MakeDirectory,
/external/chromium_org/ppapi/tests/
H A Dtest_file_io.cc300 callback.WaitForResult(dir_ref.MakeDirectory(

Completed in 347 milliseconds

12