HomeSort by relevance Sort by last modified time
    Searched defs:fullpath (Results 1 - 25 of 28) sorted by null

1 2

  /external/ltp/testcases/kernel/controllers/libcontrollers/
libcontrollers.h 48 char fullpath[PATH_MAX]; variable
50 char fullpath[1024]; /* Guess */ variable
  /hardware/interfaces/drm/1.0/vts/functional/
vendor_modules.cpp 40 string fullpath = directory + "/" + entry->d_name; local
41 if (endsWith(fullpath, ".so")) {
42 mPathList.push_back(fullpath);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
dynload_beos.c 163 char fullpath[PATH_MAX]; local
175 (void)getcwd( fullpath, PATH_MAX );
176 (void)strncat( fullpath, "/", PATH_MAX );
177 (void)strncat( fullpath, pathname, PATH_MAX );
180 printf( "load_add_on( %s )\n", fullpath );
183 (void)strcpy( fullpath, pathname );
186 the_id = load_add_on( fullpath );
193 printf( "load_add_on( %s ) failed", fullpath );
199 fullpath );
203 fullpath );
    [all...]
sysmodule.c 1601 char fullpath[MAXPATHLEN]; local
    [all...]
  /external/autotest/client/profilers/powertop/src/
urbnum.c 66 char fullpath[4096]; local
73 sprintf(fullpath, "%s/power/active_duration", path);
74 file = fopen(fullpath, "r");
80 sprintf(fullpath, "%s/power/connected_duration", path);
81 file = fopen(fullpath, "r");
100 sprintf(fullpath, "%s/product", path);
101 file = fopen(fullpath, "r");
107 sprintf(fullpath, "%s/manufacturer", path);
108 file = fopen(fullpath, "r");
  /external/dtc/
dtc.h 158 char *fullpath; member in struct:node
  /external/pdfium/core/fxge/ge/
cfx_folderfontinfo.cpp 138 CFX_ByteString fullpath = path; local
140 fullpath += "\\";
142 fullpath += "/";
145 fullpath += filename;
146 bFolder ? ScanPath(fullpath) : ScanFile(fullpath);
  /external/libvncserver/libvncserver/tightvnc-filetransfer/
filetransfermsg.c 211 char fullpath[PATH_MAX]; local
212 fullpath[0] = 0;
214 strncpy_s(fullpath, PATH_MAX, basePath, basePathLength);
215 strncpy_s(fullpath + basePathLength, PATH_MAX - basePathLength, winFindData.cFileName, (int)strlen(winFindData.cFileName));
220 " list failed\n", __FILE__, __FUNCTION__, fullpath);
229 "list failed\n", __FILE__, __FUNCTION__, fullpath);
279 char fullpath[PATH_MAX]; local
281 memset(fullpath, 0, PATH_MAX);
283 strcpy(fullpath, path);
285 strcat(fullpath, "/");
    [all...]
  /external/syslinux/core/fs/pxe/
pxe.c 275 char fullpath[2*FILENAME_MAX]; local
290 strlcpy(fullpath, filename, sizeof fullpath);
292 strcpy(urlsave, fullpath);
294 parse_url(&url, fullpath);
296 snprintf(fullpath, sizeof fullpath, "%s%s", fs->cwd_name, filename);
298 strcpy(urlsave, fullpath);
300 parse_url(&url, fullpath);
  /libcore/ojluni/src/main/java/sun/net/www/protocol/ftp/
FtpURLConnection.java 102 String fullpath; field in class:FtpURLConnection
372 fullpath = pathname + "/" + (filename != null ? filename : "");
374 fullpath = filename;
482 String ftype = guessContentTypeFromName(fullpath);
492 cd(fullpath);
502 throw new FileNotFoundException(fullpath);
504 throw new FileNotFoundException(fullpath);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
zipimport.c 338 PyObject *pkgpath, *fullpath; local
343 fullpath = PyString_FromFormat("%s%c%s%s",
348 if (fullpath == NULL)
351 pkgpath = Py_BuildValue("[O]", fullpath);
352 Py_DECREF(fullpath);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
zipimport.c 338 PyObject *pkgpath, *fullpath; local
343 fullpath = PyString_FromFormat("%s%c%s%s",
348 if (fullpath == NULL)
351 pkgpath = Py_BuildValue("[O]", fullpath);
352 Py_DECREF(fullpath);
    [all...]
  /external/fsck_msdos/
dir.c 100 static char *fullpath(struct dosDirEntry *);
170 fullpath(struct dosDirEntry *dir) function
407 fullpath(dir), dir->size, physicalSize);
419 fullpath(dir));
591 fullpath(dir));
717 fullpath(dir), 2);
756 fullpath(&dirent), 0);
772 fullpath(&dirent));
798 fullpath(&dirent));
802 fullpath(&dirent)
    [all...]
  /external/ltp/testcases/kernel/mem/lib/
mem.c 263 char fullpath[BUFSIZ]; local
266 snprintf(fullpath, BUFSIZ, PATH_KSM "%s", path);
267 SAFE_FILE_SCANF(cleanup, fullpath, "%ld", &actual_val);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
sysmodule.c 1622 char fullpath[MAXPATHLEN]; local
    [all...]
  /external/curl/lib/vtls/
nss.c 1422 char *fullpath = aprintf("%s\/%s", capath, entry->name); local
    [all...]
  /external/icu/icu4c/source/test/intltest/
intltest.cpp 984 char fullpath[2048]; local
985 strcpy(fullpath, basePath);
986 strcat(fullpath, currName);
989 knownList = udbg_knownIssue_openU(knownList, ticket, fullpath, msg2.getTerminatedBuffer(), &firstForTicket, &firstForWhere);
    [all...]
  /external/vulkan-validation-layers/loader/
loader.c 2224 char *fullpath = props->lib_name; local
3012 char fullpath[MAX_STRING_SIZE]; local
    [all...]
  /external/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
libcpuset.c 513 * fullpath(buf, buflen, name)
522 static int fullpath(char *buf, int buflen, const char *name) function
551 * Like fullpath(), only concatenate two pathname components on end.
557 if (fullpath(buf, buflen, name1) < 0)
    [all...]
  /external/guice/extensions/struts2/lib/
ant-1.6.5.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/misc/common/robolectric/lib/
ant-1.8.0.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.7.0/
ant-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 

Completed in 2780 milliseconds

1 2