/third_party/ltp/testcases/kernel/syscalls/creat/ |
H A D | creat04.c | 20 #define DIRNAME "testdir" macro 21 #define FILENAME DIRNAME"/file1" 28 {DIRNAME "/file"}, 66 SAFE_MKDIR(DIRNAME, 0700); in setup()
|
/third_party/ltp/testcases/kernel/syscalls/fchdir/ |
H A D | fchdir03.c | 24 #define DIRNAME "fchdir03_dir" macro 51 SAFE_MKDIR(DIRNAME, 0400); in setup() 53 fd = SAFE_OPEN(DIRNAME, O_RDONLY); in setup()
|
/third_party/vk-gl-cts/external/amber/src/android_gradle/ |
H A D | gradlew.bat | 11 set DIRNAME=%~dp0 variable 12 if "%DIRNAME%" == "" set DIRNAME=. variable 14 set APP_HOME=%DIRNAME%
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/ |
H A D | gradlew.bat | 11 set DIRNAME=%~dp0
variable 12 if "%DIRNAME%" == "" set DIRNAME=.
variable 14 set APP_HOME=%DIRNAME%
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/ |
H A D | gradlew.bat | 14 set DIRNAME=%~dp0
variable 15 if "%DIRNAME%" == "" set DIRNAME=.
variable 17 set APP_HOME=%DIRNAME%
|
/third_party/skia/third_party/externals/oboe/apps/fxlab/ |
H A D | gradlew.bat | 11 set DIRNAME=%~dp0
variable 12 if "%DIRNAME%" == "" set DIRNAME=.
variable 14 set APP_HOME=%DIRNAME%
|
/third_party/skia/third_party/externals/oboe/samples/ |
H A D | gradlew.bat | 14 set DIRNAME=%~dp0
variable 15 if "%DIRNAME%" == "" set DIRNAME=.
variable 17 set APP_HOME=%DIRNAME%
|
/third_party/skia/third_party/externals/oboe/tests/UnitTestRunner/ |
H A D | gradlew.bat | 11 set DIRNAME=%~dp0
variable 12 if "%DIRNAME%" == "" set DIRNAME=.
variable 14 set APP_HOME=%DIRNAME%
|
/third_party/skia/third_party/externals/libwebp/ |
H A D | gradlew.bat | 27 set DIRNAME=%~dp0
variable 28 if "%DIRNAME%" == "" set DIRNAME=.
variable 30 set APP_HOME=%DIRNAME%
|
/third_party/icu/icu4c/source/python/icutools/databuilder/renderers/ |
H A D | common_exec.py | 45 output_path = "{DIRNAME}/{FILENAME}".format( 46 DIRNAME = utils.dir_for(request.output_file).format(**common_vars), 55 input_path = "{DIRNAME}/{FILENAME}".format( 56 DIRNAME = utils.dir_for(request.input_file).format(**common_vars), 59 output_path = "{DIRNAME}/{FILENAME}".format( 60 DIRNAME = utils.dir_for(request.output_file).format(**common_vars),
|
/third_party/ltp/testcases/kernel/syscalls/setxattr/ |
H A D | setxattr02.c | 50 #define DIRNAME "setxattr02testdir" macro 76 .fname = DIRNAME, 187 SAFE_MKDIR(DIRNAME, 0644); in setup()
|
/third_party/skia/third_party/externals/icu/source/python/icutools/databuilder/renderers/ |
H A D | common_exec.py | 45 output_path = "{DIRNAME}/{FILENAME}".format( 46 DIRNAME = utils.dir_for(request.output_file).format(**common_vars), 55 input_path = "{DIRNAME}/{FILENAME}".format( 56 DIRNAME = utils.dir_for(request.input_file).format(**common_vars), 59 output_path = "{DIRNAME}/{FILENAME}".format( 60 DIRNAME = utils.dir_for(request.output_file).format(**common_vars),
|
/third_party/ltp/testcases/kernel/syscalls/fsetxattr/ |
H A D | fsetxattr02.c | 54 #define DIRNAME "fsetxattr02testdir" macro 84 .fname = DIRNAME, 203 SAFE_MKDIR(DIRNAME, 0644); in setup()
|
/third_party/ltp/testcases/kernel/syscalls/fgetxattr/ |
H A D | fgetxattr02.c | 60 #define DIRNAME "fgetxattr02testdir" macro 94 .fname = DIRNAME, 210 SAFE_MKDIR(DIRNAME, 0644); in setup()
|
/third_party/python/ |
H A D | configure | 1865 --with-platlibdir=DIRNAME
|