Searched refs:stat (Results 1 - 25 of 89) sorted by relevance
1234
| /forgerock/opendj2/src/build-tools/windows/ |
| H A D | winlauncher.c | 63 struct stat finfo; 66 if(stat(fileName, &finfo) < 0)
|
| H A D | winlauncher.h | 30 #include <sys/stat.h>
|
| /forgerock/opendj-b2.6/src/build-tools/windows/ |
| H A D | winlauncher.c | 64 struct stat finfo; 67 if(stat(fileName, &finfo) < 0)
|
| H A D | winlauncher.h | 31 #include <sys/stat.h>
|
| /forgerock/opendj2.6.2/src/build-tools/windows/ |
| H A D | winlauncher.c | 64 struct stat finfo; 67 if(stat(fileName, &finfo) < 0)
|
| H A D | winlauncher.h | 31 #include <sys/stat.h>
|
| /forgerock/opendj2-hg/src/build-tools/windows/ |
| H A D | winlauncher.c | 63 struct stat finfo; 66 if(stat(fileName, &finfo) < 0)
|
| H A D | winlauncher.h | 30 #include <sys/stat.h>
|
| /forgerock/opendj2-jel-hg/src/build-tools/windows/ |
| H A D | winlauncher.c | 64 struct stat finfo; 67 if(stat(fileName, &finfo) < 0)
|
| H A D | winlauncher.h | 31 #include <sys/stat.h>
|
| /forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/log/handlers/ |
| H A D | DBHandler.java | 326 String stat = lmanager.getProperty(LogConstants.LOG_STATUS_ATTR); 328 Debug.message("DBHandler:tableName = " + tableName + ", LOG_STATUS = " + stat); 331 if (stat != null & !(stat.startsWith("INACTIVE"))) {
|
| /forgerock/opendj-v3/opendj-server-legacy/src/build-tools/windows/ |
| H A D | winlauncher.c | 63 struct stat finfo; 66 if(stat(fileName, &finfo) < 0)
|
| H A D | winlauncher.h | 30 #include <sys/stat.h>
|
| /forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/filter/ |
| H A D | SSOContext.java | 186 boolean stat = getManager().getConfigurationBoolean( 188 cacheEnabled = stat;
|
| /forgerock/jee-agents-v3.5/jee-agents-websphere/jee-agents-websphere-common/src/main/java/com/sun/identity/agents/tools/websphere/ |
| H A D | SetGroupHandler.java | 80 boolean stat = 83 if(stat) {
|
| /forgerock/openam-v13/openam-authentication/deviceprint/scripts/src/main/requirejs/ |
| H A D | r.js | 2553 i, stat, filePath, ok, dirFiles, fileName; 2565 stat = fs.statSync(filePath); 2566 if (stat.isFile()) { 2586 } else if (stat.isDirectory() && 2705 var files, i, stat; 2707 stat = fs.statSync(fileName); 2708 if (stat.isDirectory()) { 4037 var start = S.token, stat = statement(); 4038 if (exigent_mode && !HOP(STATEMENTS_WITH_LABELS, stat[0])) 4041 return as("label", label, stat); [all...] |
| /forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/serverconfig/ |
| H A D | EmbeddedStatus.java | 82 int stat = EmbeddedOpenDS.getReplicationStatus( 88 String[] params1 = {Integer.toString(stat)};
|
| /forgerock/openam-v13/openam-federation/OpenFM/src/main/integrations/oracle/oamauth/solaris/include/ |
| H A D | am_types.h | 67 #include <sys/stat.h> /* for time_t */
|
| /forgerock/openidm-v4/openidm-workflow-activiti/src/main/java/org/forgerock/openidm/workflow/activiti/impl/ |
| H A D | ActivitiServiceImpl.java | 389 Statement stat = conn.createStatement(); 390 stat.execute("SHUTDOWN"); 391 stat.close();
|
| /forgerock/web-agents-v4/source/ |
| H A D | log.c | 171 struct stat st; 259 if (f->fd_debug != -1 && stat(f->name_debug, &st) == 0) { 263 if (f->fd_audit != -1 && stat(f->name_audit, &st) == 0) { 271 if (f->fd_debug != -1 && stat(f->name_debug, &st) == 0) { 276 if (f->fd_audit != -1 && stat(f->name_audit, &st) == 0) { 380 if (max_size > 0 && stat(file_name, &st) == 0 && (st.st_size + 1024) > max_size) { 385 if (stat(file_name, &st) != 0 || st.st_ino != file_inode) {
|
| H A D | platform.h | 137 #include <sys/stat.h>
|
| H A D | utility.c | 1110 struct stat st; 1111 if (stat(filepath, &st) == -1) { 1174 struct stat sb; 1175 if (stat(fn, &sb) == 0) { 1992 static int delete_directory(const char *path, const struct stat *s, int flag, struct FTW *f) { 2013 struct stat sb; 2014 if (stat(fn, &sb) == 0) { 2051 struct stat st; 2063 if (stat(tmp, &st) != 0 2087 if (stat(tm [all...] |
| /forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/serverconfig/ |
| H A D | EmbeddedStatus.java | 82 int stat = EmbeddedOpenDS.getReplicationStatus( 88 String[] params1 = {Integer.toString(stat)};
|
| /forgerock/openam/openam-core/src/main/java/com/sun/identity/log/handlers/ |
| H A D | DBHandler.java | 328 String stat = lmanager.getProperty(LogConstants.LOG_STATUS_ATTR); 330 Debug.message("DBHandler:tableName = " + tableName + ", LOG_STATUS = " + stat); 333 if (stat != null & !(stat.startsWith("INACTIVE"))) {
|
| /forgerock/openam/openam-federation/OpenFM/src/main/integrations/oracle/oamauth/solaris/include/ |
| H A D | am_types.h | 67 #include <sys/stat.h> /* for time_t */
|
Completed in 108 milliseconds
1234