Searched refs:npath (Results 1 – 5 of 5) sorted by relevance
/external/clearsilver/util/ |
D | neo_files.c | 145 char npath[_POSIX_PATH_MAX]; in ne_remove_dir() local 163 snprintf (npath, sizeof(npath), "%s/%s", path, de->d_name); in ne_remove_dir() 164 if (stat(npath, &s) == -1) in ne_remove_dir() 168 return nerr_raise_errno (NERR_SYSTEM, "Unable to stat file %s", npath); in ne_remove_dir() 172 err = ne_remove_dir(npath); in ne_remove_dir() 177 if (unlink(npath) == -1) in ne_remove_dir() 182 npath); in ne_remove_dir()
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
D | randgen.h | 102 size_t npath; // # of paths to generate member 109 : arc_selector(sel), max_length(len), npath(n), in arc_selector() 121 if (opts.npath == 0 || opts.max_length == 0 || ifst.Start() == kNoStateId) in RandGen() 132 for (; nopts.npath > 0; --nopts.npath) in RandGen()
|
/external/clearsilver/python/examples/base/ |
D | handle_error.py | 100 npath = os.path.join (DUMP_DIR, "new", fname) 102 os.rename(tpath, npath)
|
/external/webkit/WebKit/mac/Plugins/ |
D | WebBasePluginPackage.mm | 392 return [NSString stringWithFormat:@"name: %@\npath: %@\nmimeTypes:\n%@\npluginDescription:%@",
|
/external/webkit/WebKit/ |
D | StringsNotToBeLocalized.txt | 579 "name: %@\npath: %@\nmimeTypes:\n%@\npluginDescription:%@"
|