HomeSort by relevance Sort by last modified time
    Searched refs:getcwd (Results 176 - 200 of 942) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/python/cpython2/Demo/pdist/
cmptree.py 10 pwd = os.getcwd()
14 pwd = os.getcwd()
52 print "PWD =", repr(os.getcwd())
  /bionic/libc/include/bits/fortify/
unistd.h 72 char* getcwd(char* const __pass_object_size buf, size_t size)
74 __error_if_overflows_objectsize(size, __bos(buf), getcwd) {
78 return __call_bypassing_fortify(getcwd)(buf, size);
212 char* __getcwd_real(char*, size_t) __RENAME(getcwd); variable
218 __errordecl(__getcwd_dest_size_error, "getcwd called with size bigger than destination");
238 char* getcwd(char* buf, size_t size) __overloadable {
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Core/
PackageFile.py 155 Cwd = os.getcwd()
175 Cwd = os.getcwd()
208 Cwd = os.getcwd()
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/
MkPkg.py 23 from os import getcwd
124 Cwd = getcwd()
186 Cwd = getcwd()
  /external/pdfium/testing/tools/coverage/
coverage_report.py 345 default=os.getcwd())
353 default=os.path.join(os.getcwd(), build_default))
360 default=os.path.join(os.getcwd(), output_default))
  /external/python/cpython3/Lib/test/test_importlib/import_/
test_path.py 89 hook = util.mock_path_hook(os.getcwd(), importer=importer)
93 self.assertIn(os.getcwd(), sys.path_importer_cache)
167 old_dir = os.getcwd()
  /external/toolchain-utils/binary_search_tool/
bisect.py 169 ' cd %s; %s') % (os.getcwd(), self.setup_cmd))
223 ' cd %s; %s') % (os.getcwd(), self.setup_cmd))
283 ' cd %s; %s') % (os.getcwd(), self.setup_cmd))
  /art/tools/
test_presubmit.py 152 debug_print("CWD: %s" %(os.getcwd()))
  /build/make/core/
checktree 80 cwd = os.getcwd()
  /cts/apps/CameraITS/tools/
run_parallel_tests.py 93 os.path.join(os.getcwd(),'tools/run_all_tests.py'),
  /dalvik/libdex/
OptInvocation.cpp 85 if (getcwd(absoluteFile, kBufLen) == NULL) {
  /device/google/marlin/dataservices/datatop/src/
datatop_cpu_stats_poll.c 70 if (!getcwd(cwd, sizeof(cwd))) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
test_bdist_dumb.py 36 self.old_location = os.getcwd()
test_core.py 25 print os.getcwd()
73 cwd = os.getcwd()
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_posixpath.py 313 (real_getcwd, os.getcwd) = (os.getcwd, lambda: r"/home/user/bar")
315 curdir = os.path.split(os.getcwd())[-1]
335 os.getcwd = real_getcwd
  /external/autotest/client/site_tests/platform_ToolchainTests/src/
clang-fortify-tests.cpp 352 EXPECT_DEATH(getcwd(small_buffer, sizeof(small_buffer) + 1));
354 // glibc allocates and returns a buffer if you pass null to getcwd
356 EXPECT_NO_DEATH(getcwd(NULL, 0));
358 EXPECT_NO_DEATH(getcwd(NULL, 4096));
367 // FIXME(gbiv): We should emit a "use getcwd" complaint here.
409 EXPECT_DEATH_STRUCT(getcwd(split.tiny_buffer, sizeof(split)));
  /external/autotest/site_utils/lib/
infra.py 27 curdir = os.getcwd()
  /external/compiler-rt/lib/asan/scripts/
symbolize.py 101 paths_to_cut = [os.getcwd() + '/', os.environ['ANDROID_BUILD_TOP'] + '/'] + sys.argv[1:]
  /external/deqp/scripts/build/
common.py 75 oldDir = os.getcwd()
  /external/harfbuzz_ng/test/shaping/
run-tests.py 24 os.path.normpath (os.path.join (os.getcwd (), "..", "..")))
  /external/llvm/unittests/Support/
LockFileManagerTest.cpp 97 const char *OrigPath = getcwd(PathBuf, 1024);
  /external/ltp/testcases/kernel/syscalls/ipc/lib/
libipc.c 59 if (NULL == (curdir = getcwd(curdir, size))) {
  /external/ltp/testcases/kernel/syscalls/mmap/
mmap01.c 156 if (getcwd(Path_name, sizeof(Path_name)) == NULL) {
158 "getcwd failed to get current working directory");
  /external/ltp/testcases/kernel/syscalls/mount/
mount06.c 132 if (getcwd(path_name, sizeof(path_name)) == NULL)
133 tst_brkm(TBROK, cleanup, "getcwd failed");
  /external/python/cpython2/Lib/distutils/tests/
test_core.py 26 print os.getcwd()
75 cwd = os.getcwd()

Completed in 619 milliseconds

1 2 3 4 5 6 78 91011>>