/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
idle.bat | 3 set CURRDIR=%~dp0 4 start "IDLE" "%CURRDIR%..\..\pythonw.exe" "%CURRDIR%idle.pyw" %1 %2 %3 %4 %5 %6 %7 %8 %9
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
idle.bat | 3 set CURRDIR=%~dp0 4 start "IDLE" "%CURRDIR%..\..\pythonw.exe" "%CURRDIR%idle.pyw" %1 %2 %3 %4 %5 %6 %7 %8 %9
|
/external/icu4c/samples/udata/ |
reader.c | 88 char *currdir = _getcwd(NULL, 0); local 90 char *currdir = getcwd(NULL, 0); local 94 strcpy(curPathBuffer, currdir); 98 if(currdir != NULL) { 99 free(currdir);
|
writer.c | 69 char *currdir = _getcwd(NULL, 0); local 71 char *currdir = getcwd(NULL, 0); local 74 pData=udata_create(currdir, DATA_TYPE, DATA_NAME, &dataInfo, 77 if(currdir != NULL) { 78 free(currdir);
|
/external/e2fsprogs/contrib/ |
build-rpm | 11 currdir=`basename $pwd` 27 cp -sR `pwd`/$currdir $tmpdir/$builddir || exit 1 41 -ba $currdir/e2fsprogs.spec
|
/external/chromium_org/third_party/openssl/openssl/crypto/ |
o_dir_test.c | 41 #define CURRDIR "." 43 #define CURRDIR "SYS$DISK:[]" 53 while((result = OPENSSL_DIR_read(&ctx, CURRDIR)) != NULL)
|
/external/openssl/crypto/ |
o_dir_test.c | 41 #define CURRDIR "." 43 #define CURRDIR "SYS$DISK:[]" 53 while((result = OPENSSL_DIR_read(&ctx, CURRDIR)) != NULL)
|
/external/icu4c/samples/uresb/ |
uresb.c | 41 static char *currdir = NULL; variable 85 currdir = _getcwd(NULL, 0); 87 currdir = getcwd(NULL, 0); 124 strcpy(resPathBuffer, currdir); 365 UResourceBundle *error = ures_open(currdir, locale, &status);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/ |
SdkSelectionPage.java | 271 * @param currDir The directory being scanned. Caller must initially set it to {@code rootDir}. 281 File currDir, 285 if (!currDir.isDirectory()) { 289 for (File f : currDir.listFiles()) {
|
/external/clang/lib/Serialization/ |
ASTReader.cpp | 892 const std::string &CurrDir) { 893 assert(OriginalDir != CurrDir && 899 SmallString<128> currPCHPath(CurrDir); [all...] |