Searched refs:Chdir (Results 1 – 13 of 13) sorted by relevance
/external/python/apitools/apitools/gen/ |
D | gen_client.py | 110 with util.Chdir(codegen.outdir): 122 with util.Chdir(codegen.outdir): 132 with util.Chdir(codegen.outdir): 140 with util.Chdir(codegen.outdir): 179 with util.Chdir(original_outdir): 181 with util.Chdir('apitools'): 183 with util.Chdir('clients'):
|
D | util.py | 158 def Chdir(dirname, create=True): function
|
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
D | ChrootChecker.cpp | 45 const CallDescription Chroot{"chroot", 1}, Chdir{"chdir", 1}; member in __anonb85370090111::ChrootChecker 70 if (Call.isCalled(Chdir)) { in evalCall() 118 if (Call.isCalled(Chroot) || Call.isCalled(Chdir)) in checkPreCall()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | ChrootChecker.cpp | 60 void Chdir(CheckerContext &C, const CallExpr *CE) const; 81 Chdir(C, CE); in evalCall() 98 void ChrootChecker::Chdir(CheckerContext &C, const CallExpr *CE) const { in Chdir() function in ChrootChecker
|
/external/igt-gpu-tools/lib/i915/shaders/media/ |
D | README_media_vme.txt | 8 2. Chdir into 'intel-graphics-compiler' (or any other workspace folder of choice) 19 3. Chdir into IGA sub-component
|
/external/toolchain-utils/compiler_wrapper/ |
D | env_test.go | 188 if err := os.Chdir(initialWd); err != nil { 206 if err := os.Chdir(tempDir); err != nil {
|
/external/boringssl/src/util/ |
D | run_android_tests.go | 172 os.Chdir("..")
|
D | all_tests.go | 253 os.Chdir("..")
|
/external/toolchain-utils/go/patch/go-1.10.2/ |
D | go3.patch | 47 err = os.Chdir(filepath.Join("fixedbugs", "bug248.dir")) 152 err = os.Chdir(filepath.Join(".", "fixedbugs", "bug345.dir")) 209 err := os.Chdir(filepath.Join(".", "fixedbugs", "bug369.dir")) 443 err := os.Chdir(filepath.Join("fixedbugs", "issue9355.dir"))
|
/external/toolchain-utils/go/patch/go-1.11.2/ |
D | go3.patch | 85 err := os.Chdir(filepath.Join(".", "fixedbugs", "bug369.dir")) 285 err := os.Chdir(filepath.Join("fixedbugs", "issue9355.dir"))
|
/external/toolchain-utils/go/patch/go-1.10.3/ |
D | go3.patch | 84 err := os.Chdir(filepath.Join(".", "fixedbugs", "bug369.dir")) 284 err := os.Chdir(filepath.Join("fixedbugs", "issue9355.dir"))
|
/external/pcre/dist2/doc/html/ |
D | NON-AUTOTOOLS-BUILD.txt | 361 of the source directory: Open command shell window. Chdir to the location
|
/external/pcre/dist2/ |
D | NON-AUTOTOOLS-BUILD | 361 of the source directory: Open command shell window. Chdir to the location
|