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

  /external/chromium_org/tools/gn/
build_settings.h 48 base::FilePath python_path() const { return python_path_; }
49 void set_python_path(const base::FilePath& p) { python_path_ = p; }
98 base::FilePath python_path_; member in class:BuildSettings
scope_per_file_provider.cc 65 if (!python_path_) {
66 python_path_.reset(new Value(NULL,
69 return python_path_.get();
build_settings.cc 17 python_path_(other.python_path_),
scope_per_file_provider.h 42 scoped_ptr<Value> python_path_; member in class:ScopePerFileProvider

Completed in 115 milliseconds