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

1 2 3 4 56 7 8 91011>>

  /external/fonttools/MetaTools/
buildTableList.py 9 fontToolsDir = os.path.dirname(os.path.dirname(os.path.join(os.getcwd(), sys.argv[0])))
  /external/icu/icu4c/source/samples/udata/
reader.c 96 char *currdir = getcwd(NULL, 0);
writer.c 77 char *currdir = getcwd(NULL, 0);
  /external/ltp/testcases/kernel/mem/hugetlb/lib/
hugetlb.c 72 curdir = getcwd(curdir, size);
74 tst_brk(TBROK | TERRNO, "getcwd(curdir)");
  /external/ltp/testcases/kernel/syscalls/getcwd/
getcwd02.c 20 * Testcase to check the basic functionality of the getcwd(2) system call.
21 * 1) getcwd(2) works fine if buf and size are valid.
22 * 2) getcwd(2) works fine if buf points to NULL and size is set to 0.
23 * 3) getcwd(2) works fine if buf points to NULL and size is greater than strlen(path).
85 res = getcwd(tc->buf, tc->size);
88 tst_res(TFAIL | TTERRNO, "getcwd() failed");
93 tst_res(TFAIL, "getcwd() returned unexpected directory: %s, "
98 tst_res(TPASS, "getcwd() returned expected directory: %s", res);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaltstack/
9-1.c 63 getcwd(path, PATH_MAX);
  /external/python/cpython2/Lib/test/
test_SimpleHTTPServer.py 18 self.translated = os.getcwd()
test_posixpath.py 305 self.assertEqual(realpath('.'), os.getcwd())
306 self.assertEqual(realpath('./.'), os.getcwd())
307 self.assertEqual(realpath('/'.join(['.'] * 100)), os.getcwd())
311 self.assertEqual(realpath('..'), dirname(os.getcwd()))
312 self.assertEqual(realpath('../..'), dirname(dirname(os.getcwd())))
453 (real_getcwd, os.getcwd) = (os.getcwd, lambda: r"/home/user/bar")
455 curdir = os.path.split(os.getcwd())[-1]
475 os.getcwd = real_getcwd
  /external/skia/infra/bots/assets/linux_vulkan_sdk/
create_and_upload.py 30 cwd = os.getcwd()
  /external/skqp/infra/bots/assets/linux_vulkan_sdk/
create_and_upload.py 30 cwd = os.getcwd()
  /external/skqp/infra/bots/assets/win_vulkan_sdk/
create_and_upload.py 33 cwd = os.getcwd()
  /external/swiftshader/third_party/subzero/pydir/
utils.py 33 path_list = os.getcwd().split(os.sep)
  /external/toolchain-utils/
heat_map.py 77 if os.path.isfile(os.path.join(os.getcwd(), 'out.txt')):
78 os.remove(os.path.join(os.getcwd(), 'out.txt'))
79 if os.path.isfile(os.path.join(os.getcwd(), 'inst-histo.txt')):
80 os.remove(os.path.join(os.getcwd(), 'inst-histo.txt'))
  /external/trappy/tests/
utils_tests.py 44 self.previous_dir = os.getcwd()
  /external/v8/tools/clang/plugins/tests/
test.py 26 '-isystem', os.path.join(os.getcwd(), 'system'),
  /external/valgrind/none/tests/solaris/
proc_aout.c 57 if (!getcwd(cwd, sizeof(cwd) - 1)) /* '-1' to make room for '/' */
58 perror("getcwd");
  /frameworks/base/libs/hwui/tests/scripts/
process_systrace.py 13 parser.add_argument('--output_file', dest='outfile', default=os.path.join(os.getcwd(), 'mapper_output.json'),
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
direct.h 57 char *__cdecl getcwd(char *_DstBuf,int _SizeInBytes) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_SimpleHTTPServer.py 18 self.translated = os.getcwd()
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_SimpleHTTPServer.py 18 self.translated = os.getcwd()
  /prebuilts/go/darwin-x86/src/net/http/cgi/testdata/
test.cgi 51 my $dir = getcwd();
  /prebuilts/go/linux-x86/src/net/http/cgi/testdata/
test.cgi 51 my $dir = getcwd();
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_SimpleHTTPServer.py 18 self.translated = os.getcwd()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_SimpleHTTPServer.py 18 self.translated = os.getcwd()
  /system/core/adb/
adb_utils.h 31 bool getcwd(std::string* cwd);

Completed in 879 milliseconds

1 2 3 4 56 7 8 91011>>