HomeSort by: relevance | last modified time | path
    Searched defs:parid (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl2/mkhybrid/dist/libhfs_iso/
hfs.h 53 long parid; /* CNID of parent directory */ member in struct:__anon9491
hfs.c 703 ext->f.parid = 0;
790 cat->f.parid = 0;
1202 if (v_resolve(&vol, path, &file->cat, &file->parid, file->name, 0) <= 0)
1497 long parid; local
1501 v_resolve(&vol, path, &data, &parid, name, 0) <= 0)
1504 r_unpackdirent(parid, name, &data, ent);
1515 r_unpackdirent(file->parid, file->name, &file->cat, ent);
1573 long parid; local
1580 found = v_resolve(&vol, path, &data, &parid, name, 0);
1581 if (found < 0 || parid == 0
1615 long parid; local
1675 long id, parid; local
    [all...]
internal.h 240 long parid; /* parent directory ID of this file */ member in struct:_hfsfile_

Completed in 17 milliseconds