Searched refs:make_ancestors (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ppapi/c/
H A Dppb_file_ref.h246 PP_Bool make_ancestors,
267 PP_Bool make_ancestors,
/external/chromium_org/ppapi/api/
H A Dppb_file_ref.idl117 * parent directories if the <code>make_ancestors</code> argument is
123 * @param[in] make_ancestors A <code>PP_Bool</code> set to
131 * do not exist and <code>make_ancestors</code> was passed as
136 [in] PP_Bool make_ancestors,
/external/chromium_org/ppapi/thunk/
H A Dppb_file_ref_thunk.cc84 PP_Bool make_ancestors,
90 int32_t flag = make_ancestors ? PP_MAKEDIRECTORYFLAG_WITH_ANCESTORS
83 MakeDirectory(PP_Resource directory_ref, PP_Bool make_ancestors, PP_CompletionCallback callback) argument
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
H A Dpnacl_shim.c569 static int32_t Pnacl_M14_PPB_FileRef_MakeDirectory(PP_Resource directory_ref, PP_Bool make_ancestors, struct PP_CompletionCallback* callback) { argument
571 return iface->MakeDirectory(directory_ref, make_ancestors, *callback);
623 static int32_t Pnacl_M28_PPB_FileRef_MakeDirectory(PP_Resource directory_ref, PP_Bool make_ancestors, struct PP_CompletionCallback* callback) { argument
625 return iface->MakeDirectory(directory_ref, make_ancestors, *callback);
4618 .MakeDirectory = (int32_t (*)(PP_Resource directory_ref, PP_Bool make_ancestors, struct PP_CompletionCallback callback))&Pnacl_M14_PPB_FileRef_MakeDirectory,
4631 .MakeDirectory = (int32_t (*)(PP_Resource directory_ref, PP_Bool make_ancestors, struct PP_CompletionCallback callback))&Pnacl_M28_PPB_FileRef_MakeDirectory,

Completed in 114 milliseconds