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

/external/chromium_org/android_webview/buildbot/
H A Dgenerate_local_manifest.py34 project_path = project.get('path')
36 exclude_project = ((project_path != None and
37 project_path.startswith(path_to_exclude)) or
38 (project_path == None and
42 project_path)
48 if pinned['path'] == project_path and pinned['name'] == project_name:
/external/chromium_org/tools/gyp/pylib/gyp/
H A DMSVSProject.py54 def __init__(self, project_path, version, name, guid=None, platforms=None):
58 project_path: Path to the project file.
64 self.project_path = project_path
207 easy_xml.WriteXmlIfChanged(content, self.project_path,
/external/chromium_org/tools/gyp/tools/
H A Dpretty_sln.py141 project_path = os.path.abspath(os.path.join(os.path.dirname(sys.argv[1]),
146 project_path,
/external/chromium_org/chrome/browser/extensions/api/developer_private/
H A Ddeveloper_private_api.cc972 base::FilePath project_path(GetProfile()->GetPath());
973 project_path = project_path.Append(kUnpackedAppsFolder);
974 project_path = project_path.Append(project_name);
980 project_path));
986 ClearPrexistingDirectoryContent(const base::FilePath& project_path) { argument
989 base::DeleteFile(project_path, true/*recursive*/);
996 this, project_path, project_path
1000 ReadSyncFileSystemDirectory(const base::FilePath& project_path, const base::FilePath& destination_path) argument
1015 ReadSyncFileSystemDirectoryCb( const base::FilePath& project_path, const base::FilePath& destination_path, base::PlatformFileError status, const fileapi::FileSystemOperation::FileEntryList& file_list, bool has_more) argument
[all...]
H A Ddeveloper_private_api.h383 void ClearPrexistingDirectoryContent(const base::FilePath& project_path);
385 void ReadSyncFileSystemDirectory(const base::FilePath& project_path,
389 const base::FilePath& project_path,
/external/chromium_org/tools/gyp/pylib/gyp/generator/
H A Dmsvs.py1606 def _WriteMSVSUserFile(project_path, version, spec):
1620 user_file = _CreateMSVSUserFile(project_path, version, spec)

Completed in 1645 milliseconds