HomeSort by relevance Sort by last modified time
    Searched full:createfilepath (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/leveldatabase/
env_chromium.cc 339 base::FilePath ChromiumEnv::CreateFilePath(const std::string& file_path) {
348 base::FilePath original_table_name = CreateFilePath(fname);
373 return ::base::PathExists(CreateFilePath(fname));
438 base::FilePath current = CreateFilePath(*it);
474 GetDirectoryEntries(CreateFilePath(dir_string), &entries);
494 base::FilePath fname_filepath = CreateFilePath(fname);
512 if (base::CreateDirectoryAndGetError(CreateFilePath(name), &error))
523 if (!::base::DeleteFile(CreateFilePath(name), false)) {
533 if (!::base::GetFileSize(CreateFilePath(fname), &signed_size)) {
545 base::FilePath src_file_path = CreateFilePath(src)
    [all...]
env_chromium_stdio.cc 165 parent_dir_ = FilePathToString(ChromiumEnv::CreateFilePath(fname).DirName());
288 ::base::File file(ChromiumEnv::CreateFilePath(fname), flags);
366 result->push_back(ChromiumEnv::CreateFilePath(dent->d_name));
env_chromium_win.cc 166 parent_dir_ = FilePathToString(ChromiumEnv::CreateFilePath(fname).DirName());
275 ::base::File file(ChromiumEnv::CreateFilePath(fname), flags);
env_chromium.h 112 static base::FilePath CreateFilePath(const std::string& file_path);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/workspace/
FileSystemWorkspaceBinding.js 520 var createFilePath;
532 createFilePath = filePath;
545 this._addFile(createFilePath);
546 callback(createFilePath);
  /external/chromium_org/storage/common/fileapi/
file_system_util.h 131 // TODO(tzik): Replace CreateFilePath and FilePathToString in

Completed in 196 milliseconds