HomeSort by relevance Sort by last modified time
    Searched refs:MakeDirectoryIncludingAncestors (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ppapi/cpp/
file_ref.h 95 /// <strong>Note:</strong> Use MakeDirectoryIncludingAncestors() to create
103 /// directortories do not exist (see MakeDirectoryIncludingAncestors for the
107 /// MakeDirectoryIncludingAncestors() makes a new directory in the file
112 /// completion of MakeDirectoryIncludingAncestors().
116 int32_t MakeDirectoryIncludingAncestors(const CompletionCallback& cc);
file_ref.cc 108 int32_t FileRef::MakeDirectoryIncludingAncestors(
  /external/chromium_org/ppapi/tests/
test_file_ref.cc 316 // MakeDirectoryIncludingAncestors.
319 dir_ref.MakeDirectoryIncludingAncestors(callback.GetCallback()));
323 // MakeDirectoryIncludingAncestors aborted.
326 .MakeDirectoryIncludingAncestors(callback.GetCallback());
445 nested_dir_ref.MakeDirectoryIncludingAncestors(callback.GetCallback()));
511 nested_dir_ref.MakeDirectoryIncludingAncestors(callback.GetCallback()));

Completed in 66 milliseconds