Searched refs:third_party_dir (Results 1 – 4 of 4) sorted by relevance
171 base::FilePath third_party_dir; in SetPythonPath() local172 if (!PathService::Get(base::DIR_SOURCE_ROOT, &third_party_dir)) { in SetPythonPath()176 third_party_dir = third_party_dir.AppendASCII("third_party"); in SetPythonPath()181 AppendToPythonPath(third_party_dir); in SetPythonPath()183 AppendToPythonPath(third_party_dir.AppendASCII("tlslite")); in SetPythonPath()185 third_party_dir.AppendASCII("pyftpdlib").AppendASCII("src")); in SetPythonPath()187 third_party_dir.AppendASCII("pywebsocket").AppendASCII("src")); in SetPythonPath()
121 third_party_dir = input_api.os_path.dirname(affected_file.LocalPath())123 if f.LocalPath().startswith(third_party_dir):
182 base::FilePath third_party_dir; in SetPythonPath() local183 if (!PathService::Get(base::DIR_SOURCE_ROOT, &third_party_dir)) { in SetPythonPath()187 AppendToPythonPath(third_party_dir in SetPythonPath()
60 third_party_dir = os.path.normpath(os.path.join( variable70 sys.path.insert(1, third_party_dir)