Searched defs:unixFile (Results 1 - 3 of 3) sorted by relevance

/external/libgdx/extensions/gdx-setup/src/com/badlogic/gdx/setup/
H A DExecutor.java31 public static boolean execute (File workingDir, String windowsFile, String unixFile, String parameters, CharCallback callback) { argument
32 String exec = workingDir.getAbsolutePath() + "/" + (System.getProperty("os.name").contains("Windows") ? windowsFile : unixFile);
/external/sqlite/dist/orig/
H A Dsqlite3.c26544 ** Allowed values of unixFile.fsFlags
26605 ** The unixFile structure is subclass of sqlite3_file specific to the unix
26608 typedef struct unixFile unixFile; typedef in typeref:struct:unixFile
26609 struct unixFile { struct
26611 sqlite3_vfs *pVfs; /* The VFS that created this unixFile */
[all...]
/external/sqlite/dist/
H A Dsqlite3.c26551 ** Allowed values of unixFile.fsFlags
26612 ** The unixFile structure is subclass of sqlite3_file specific to the unix
26615 typedef struct unixFile unixFile; typedef in typeref:struct:unixFile
26616 struct unixFile { struct
26618 sqlite3_vfs *pVfs; /* The VFS that created this unixFile */
[all...]

Completed in 2220 milliseconds