HomeSort by relevance Sort by last modified time
    Searched refs:G_FILE_TEST_IS_EXECUTABLE (Results 1 - 4 of 4) sorted by null

  /external/bluetooth/glib/glib/
gfileutils.h 72 G_FILE_TEST_IS_EXECUTABLE = 1 << 3,
gfileutils.c 167 * %G_FILE_TEST_IS_EXECUTABLE are implemented using the access()
175 * %G_FILE_TEST_IS_EXECUTABLE will just check that the file exists and
215 if (test & G_FILE_TEST_IS_EXECUTABLE)
270 if ((test & G_FILE_TEST_IS_EXECUTABLE) && (access (filename, X_OK) == 0))
281 test &= ~G_FILE_TEST_IS_EXECUTABLE;
293 G_FILE_TEST_IS_EXECUTABLE))
307 if ((test & G_FILE_TEST_IS_EXECUTABLE) &&
    [all...]
gutils.c 475 if (g_file_test (program, G_FILE_TEST_IS_EXECUTABLE) &&
578 if (g_file_test (startp, G_FILE_TEST_IS_EXECUTABLE) &&
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 31 milliseconds