Searched defs:project_path (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/developer_private/
H A Ddeveloper_private_api.cc1135 base::FilePath project_path(GetProfile()->GetPath());
1136 project_path = project_path.AppendASCII(kUnpackedAppsFolder);
1137 project_path = project_path.Append(
1140 project_base_path_ = project_path;
1161 const base::FilePath& project_path) {
1164 base::DeleteFile(project_path, true /*recursive*/);
1171 this, project_path, project_path
1160 ClearExistingDirectoryContent( const base::FilePath& project_path) argument
1174 ReadDirectoryByFileSystemAPI( const base::FilePath& project_path, const base::FilePath& destination_path) argument
1186 ReadDirectoryByFileSystemAPICb( const base::FilePath& project_path, const base::FilePath& destination_path, base::File::Error status, const storage::FileSystemOperation::FileEntryList& file_list, bool has_more) argument
[all...]

Completed in 86 milliseconds